Skip to content

Commit 983560e

Browse files
author
duke
committed
Backport 1b104b63a97ec947b34b85658153ab6c182cb56c
1 parent 814566b commit 983560e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
keys=jpackagePlatformPackage
22
requires.properties=jpackage.test.SQETest
33
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

Comments
 (0)