Skip to content

Commit 5d5436b

Browse files
committed
chore: ignore BashExitCodeTests for now
1 parent 43c80f1 commit 5d5436b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/test/dotty/tools/scripting/BashExitCodeTests.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ package scripting
55
import scala.language.unsafeNulls
66

77
import java.nio.file.Files, java.nio.charset.StandardCharsets.UTF_8
8-
import org.junit.{ After, Test }
8+
import org.junit.{ After, Test, Ignore }
99
import org.junit.Assert.assertEquals
1010
import org.junit.Assume.assumeFalse
1111
import org.junit.experimental.categories.Category
1212

1313
import ScriptTestEnv.*
1414

15+
@Ignore
1516
@Category(Array(classOf[BootstrappedOnlyTests]))
1617
class BashExitCodeTests:
1718
private var myTmpDir: String | Null = null

0 commit comments

Comments
 (0)