From 26a9da7a8f6387a2f2001484439a0f785825bcb5 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Tue, 11 Jun 2024 14:52:24 +0100 Subject: [PATCH] Disable ClasspathTests.unglobClasspathVerifyTest (#20551) cc @bishabosha @Gedochao [test_scala2_library_tasty] [test_windows_full] [test_java8] --- compiler/test/dotty/tools/scripting/ClasspathTests.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/test/dotty/tools/scripting/ClasspathTests.scala b/compiler/test/dotty/tools/scripting/ClasspathTests.scala index 5107af5eee43..24c6c297a777 100755 --- a/compiler/test/dotty/tools/scripting/ClasspathTests.scala +++ b/compiler/test/dotty/tools/scripting/ClasspathTests.scala @@ -77,6 +77,7 @@ class ClasspathTests: /* * verify classpath is unglobbed by MainGenericRunner. */ + @Ignore @Test def unglobClasspathVerifyTest = { val testScriptName = "unglobClasspath.sc" val testScript = scripts("/scripting").find { _.name.matches(testScriptName) } match