We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BashExitCodeTests
1 parent 3097208 commit 89cc7dcCopy full SHA for 89cc7dc
compiler/test/dotty/tools/scripting/BashExitCodeTests.scala
@@ -5,13 +5,14 @@ package scripting
5
import scala.language.unsafeNulls
6
7
import java.nio.file.Files, java.nio.charset.StandardCharsets.UTF_8
8
-import org.junit.{ After, Test }
+import org.junit.{ After, Test, Ignore }
9
import org.junit.Assert.assertEquals
10
import org.junit.Assume.assumeFalse
11
import org.junit.experimental.categories.Category
12
13
import ScriptTestEnv.*
14
15
+@Ignore
16
@Category(Array(classOf[BootstrappedOnlyTests]))
17
class BashExitCodeTests:
18
private var myTmpDir: String | Null = null
0 commit comments