Re-enable ClasspathListenerHandlerText.sourceJar

So we can try to understand why it fails in CI builds.
This commit is contained in:
Kris De Volder
2018-12-06 11:51:30 -08:00
parent a93e668fce
commit 7d937d056e

View File

@@ -153,7 +153,6 @@ public class ClasspathListenerHandlerTest {
});
}
@Ignore //TODO: why is this failing in CI builds but passing locally?
@Test public void sourceJar() throws Exception {
String projectName = "maven-with-jar-dependency";
IProject project = createTestProject(projectName);