diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index 2bbbacd2f676..a07b2545c89d 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -228,7 +228,7 @@ class tests extends CompilerTest { @Test def tasty_new_all = compileFiles(newDir, testPickling) @Test def tasty_dotc_config = compileDir(dotcDir, "config", testPickling) @Test def tasty_dotc_printing = compileDir(dotcDir, "printing", testPickling) - @Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling) + //@Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling) @Test def tasty_dotc_util = compileDir(dotcDir, "util", testPickling) @Test def tasty_tools_io = compileDir(toolsDir, "io", testPickling) @Test def tasty_tests = compileDir(testsDir, "tasty", testPickling)