Skip to content

Commit 060fd87

Browse files
committed
Tag scala-continuations-plugin-related tests as flaky on the CI (due to them using Scala 2.12.2)
1 parent f556005 commit 060fd87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/integration/src/test/scala/scala/cli/integration/SipScalaTests.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class SipScalaTests extends ScalaCliSuite with SbtTestHelper with MillTestHelper
1414
.takeWhile(_ != "Please bear in mind that non-ideal user experience should be expected.")
1515
.contains(s" - $featureNameAndType")
1616
}
17+
override def munitFlakyOK: Boolean = TestUtil.isCI
1718

1819
implicit class BinaryNameOps(binaryName: String) {
1920
def prepareBinary(root: os.Path): os.Path = {
@@ -458,7 +459,7 @@ class SipScalaTests extends ScalaCliSuite with SbtTestHelper with MillTestHelper
458459
}
459460
}
460461

461-
test(s"code using scala-continuations should compile for Scala 2.12.2") {
462+
test(s"code using scala-continuations should compile for Scala 2.12.2".flaky) {
462463
val sourceFileName = "example.scala"
463464
TestInputs(os.rel / sourceFileName ->
464465
"""import scala.util.continuations._

0 commit comments

Comments
 (0)