We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff496b9 commit 45ee88fCopy full SHA for 45ee88f
test/jdk/tools/jpackage/TEST.properties
@@ -1,3 +1,12 @@
1
keys=jpackagePlatformPackage
2
requires.properties=jpackage.test.SQETest
3
maxOutputSize=2000000
4
+
5
+# Run jpackage tests on windows platform sequentially.
6
+# Having "share" directory in the list affects tests on other platforms.
7
+# The better option would be:
8
+# if (platfrom == windowws) {
9
+# exclusiveAccess.dirs=share windows
10
+# }
11
+# but conditionals are not supported by jtreg configuration files.
12
+exclusiveAccess.dirs=share windows
0 commit comments