Skip to content

Commit

Permalink
[incident-26767] disable TestEKSSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
pducolin committed Apr 17, 2024
1 parent e68edd1 commit 3c40699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/new-e2e/tests/containers/eks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ type eksSuite struct {
}

func TestEKSSuite(t *testing.T) {
t.Skip("incident-26767: skip as test is failing on dockerhub rate limit")
suite.Run(t, &eksSuite{})
}

Expand Down

0 comments on commit 3c40699

Please sign in to comment.