Skip to content

Commit 20a2b26

Browse files
committed
feat: randomize port for integration tests to help with build parallelization
(cherry picked from commit 1fc944a)
1 parent 480fd4b commit 20a2b26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

integration-tests/src/main/resources/application.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ quarkus.operator-sdk.activate-leader-election-for-profiles=prod,test,dev
2424

2525
## activate to prevent the operator to start when debugging tests (note that some tests might fail because of this)
2626
quarkus.operator-sdk.start-operator=false
27-
quarkus.operator-sdk.enable-ssa=false
27+
quarkus.operator-sdk.enable-ssa=false
28+
29+
## randomize Quarkus port for tests
30+
quarkus.http.test-port=0

0 commit comments

Comments
 (0)