From 3d387b5f1aa872b7cef5d7c22f1dab79a054ff3e Mon Sep 17 00:00:00 2001 From: Clay Kauzlaric Date: Mon, 22 Apr 2024 13:48:26 -0400 Subject: [PATCH] explain e2e test running serially --- test/e2e-common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e-common.sh b/test/e2e-common.sh index 6c443c0d9..b6f783003 100755 --- a/test/e2e-common.sh +++ b/test/e2e-common.sh @@ -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"