Skip to content

Commit bf03cda

Browse files
committed
Disable parallel test execution for layout module
DEVSIX-9273
1 parent b06cb5e commit bf03cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout/src/test/resources/junit-platform.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Enable parallelism
2-
junit.jupiter.execution.parallel.enabled=true
2+
junit.jupiter.execution.parallel.enabled=false
33

44
# Enable parallelism for both test methods and classes
55
junit.jupiter.execution.parallel.mode.default = concurrent

0 commit comments

Comments
 (0)