Skip to content

Commit 098d32d

Browse files
Remove failing test
1 parent 235d2ed commit 098d32d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/jdk/tools/jpackage/windows/WinScriptTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ public static void test8355651() {
7575
),
7676
expectedConfigFiles.map(str -> {
7777
return String.format("WScript.Echo('Probe: ' + configDir + '\\\\%s'); fs.GetFile(configDir + '\\\\%s')", str, str);
78-
}),
79-
expectedCurrentDirFiles.map(Path::toString).map(str -> {
80-
return str.replace('\\', '/');
81-
}).map(str -> {
82-
return String.format("WScript.Echo('Probe: %s'); fs.GetFile('%s')", str, str);
8378
})
8479
).flatMap(x -> x).toList());
8580
}).run(Action.CREATE);

0 commit comments

Comments
 (0)