From 117fc53ed1b29f888d32e9158125a4a2ec78ee77 Mon Sep 17 00:00:00 2001 From: Hamza REMMAL Date: Tue, 11 Jun 2024 12:17:55 +0100 Subject: [PATCH] Disable ClasspathTests.unglobClasspathVerifyTest --- 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 d5f13065ccb3..a946e509aeb3 100755 --- a/compiler/test/dotty/tools/scripting/ClasspathTests.scala +++ b/compiler/test/dotty/tools/scripting/ClasspathTests.scala @@ -81,6 +81,7 @@ class ClasspathTests: /* * verify classpath is unglobbed by MainGenericRunner. */ + @Ignore @Test def unglobClasspathVerifyTest = { val testScriptName = "unglobClasspath_scalacli.sc" val testScript = scripts("/scripting").find { _.name.matches(testScriptName) } match