Skip to content

Commit 33b7644

Browse files
authored
Disable ClasspathTests.unglobClasspathVerifyTest (#20551)
cc @bishabosha @Gedochao [test_scala2_library_tasty] [test_windows_full] [test_java8]
1 parent f7ab683 commit 33b7644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class ClasspathTests:
8181
/*
8282
* verify classpath is unglobbed by MainGenericRunner.
8383
*/
84+
@Ignore
8485
@Test def unglobClasspathVerifyTest = {
8586
val testScriptName = "unglobClasspath_scalacli.sc"
8687
val testScript = scripts("/scripting").find { _.name.matches(testScriptName) } match

0 commit comments

Comments
 (0)