Skip to content

Commit

Permalink
explain e2e test running serially
Browse files Browse the repository at this point in the history
  • Loading branch information
KauzClay committed Apr 22, 2024
1 parent 2f9819b commit 3d387b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ function gateway_conformance() {
}

function test_e2e() {
# TestGatewayWithNoService edits the ConfigMap, so running in parallel could cause
# unexpected problems when more tests are added.
local parallel_count="1"


Expand Down

0 comments on commit 3d387b5

Please sign in to comment.