Skip to content

Commit b0c01a7

Browse files
committed
Remove redundant functional test for Scala 2.11 (which is also failing Travis CI build)
1 parent 1c4ea7f commit b0c01a7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/functionalTest/java/org.scoverage/ScalaSingleModuleTest.java

-9
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,6 @@ public void reportScoverageWithoutNormalCompilationAndWithExcludedClasses() thro
133133
Assert.assertFalse(resolve(buildDir(), "classes/scala/scoverage/org/hello/World.class").exists());
134134
}
135135

136-
@Test
137-
public void reportScoverageUnder2_11() throws Exception {
138-
run("clean", ScoveragePlugin.getREPORT_NAME(),
139-
"-PscalaVersionMinor=11",
140-
"-PscalaVersionBuild=8",
141-
"-Pscoverage.scoverageScalaVersion=2_11");
142-
assertReportFilesExist();
143-
}
144-
145136
private void assertReportFilesExist() {
146137

147138
Assert.assertTrue(resolve(reportDir(), "index.html").exists());

0 commit comments

Comments
 (0)