diff --git a/pkg/integration/clients/go_test.go b/pkg/integration/clients/go_test.go index 29d914708..c228898db 100644 --- a/pkg/integration/clients/go_test.go +++ b/pkg/integration/clients/go_test.go @@ -48,9 +48,8 @@ func TestIntegration(t *testing.T) { }, false, 0, - // allowing two attempts at the test. If a test fails intermittently, - // there may be a concurrency issue that we need to resolve. - 2, + // Only allowing one attempt per test. We'll see if we get any flakiness + 1, ) assert.NoError(t, err)