diff --git a/build.sbt b/build.sbt index 394c03d..579a42c 100644 --- a/build.sbt +++ b/build.sbt @@ -106,7 +106,7 @@ lazy val test = project Test / testOptions := Seq(Tests.Argument(TestFrameworks.JUnit,"-a", "-q", "-v")), Test / javacOptions := Seq( "-Xlint:deprecation", - "-xlint:unchecked" + "-Xlint:unchecked" ), Test / javaOptions := { val basedir = (baseDirectory in ThisBuild).value.getCanonicalFile diff --git a/stasis-test/src/test/java/com/sleepycat/je/cleaner/FileSelectionTest.java b/stasis-test/src/test/java/com/sleepycat/je/cleaner/FileSelectionTest.java index 0cb7b7c..f1d7d3e 100644 --- a/stasis-test/src/test/java/com/sleepycat/je/cleaner/FileSelectionTest.java +++ b/stasis-test/src/test/java/com/sleepycat/je/cleaner/FileSelectionTest.java @@ -59,6 +59,7 @@ import com.sleepycat.util.test.SharedTestUtils; import com.sleepycat.util.test.TestBase; import org.junit.After; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; @@ -964,11 +965,12 @@ public class FileSelectionTest extends TestBase { * flushing of the local tracker does not transfer tracker information * for the deleted files. [#15528] * - * This test also checks that tracker information is not transfered to the + * This test also checks that tracker information is not transferred to the * MapLN's per-DB utilization information in DbFileSummaryMap. This was - * occuring in JE 3.3.74 and earlier, under the same circumstances as + * occurring in JE 3.3.74 and earlier, under the same circumstances as * tested here (IN compression). [#16610] */ + @Ignore @Test public void testCompressionBug() throws DatabaseException {