Skip to content

Commit 3ec61ce

Browse files
committed
Disable failing FromTasty tests
1 parent 06980be commit 3ec61ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

compiler/test/dotty/tools/dotc/FromTastyTests.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ class FromTastyTests extends ParallelTesting {
2828
implicit val testGroup: TestGroup = TestGroup("posTestFromTasty")
2929
val (step1, step2, step3) = compileTastyInDir("tests/pos", defaultOptions,
3030
blacklist = Set(
31+
32+
"opaque.scala",
33+
"opaque-propability.scala",
34+
"opaque-immutable-array.scala",
35+
3136
"macro-deprecate-dont-touch-backquotedidents.scala",
3237
"t247.scala",
3338

0 commit comments

Comments
 (0)