Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit c47b84c

Browse files
committed
test: reduce integration test flakiness
1 parent b557e17 commit c47b84c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

system-test/integration_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build integration && go1.7
16-
// +build integration,go1.7
1716

1817
package e2e
1918

system-test/integration_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ retry go1.17.7 test -c -tags=integration .
4747
if [ "$KOKORO_GITHUB_PULL_REQUEST_NUMBER" = "" ]; then
4848
./e2e.test -commit="$COMMIT" -branch="$BRANCH" -repo="$REPO" -run_backoff_test=true
4949
else
50-
./e2e.test -commit="$COMMIT" -pr="$KOKORO_GITHUB_PULL_REQUEST_NUMBER"
50+
./e2e.test -commit="$COMMIT" -pr="$KOKORO_GITHUB_PULL_REQUEST_NUMBER" -run_backoff_test=true
5151
fi

0 commit comments

Comments
 (0)