Skip to content

Commit

Permalink
[fix][ci] Disable testReuseFork when runs pulsar-metadata (apache#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
Technoboy- authored Dec 18, 2023
1 parent 8204a8a commit 4bfc786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/run_unit_group.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function test_group_client() {
}

function test_group_metadata() {
mvn_test -pl pulsar-metadata
mvn_test -pl pulsar-metadata -DtestReuseFork=false
}

# prints summaries of failed tests to console
Expand Down

0 comments on commit 4bfc786

Please # to comment.