Skip to content

Commit

Permalink
Merge pull request #1069 from gemmahou/315013168
Browse files Browse the repository at this point in the history
Disable containerattachedcluster integration test
  • Loading branch information
google-oss-prow[bot] authored Dec 15, 2023
2 parents f835c55 + f3642fc commit 05c47a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/test/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ var TestNameRegexesToSkip = []string{
".*(edgecontainernodepool).*",
// Edge container vpn connection tests require a mocked GCP API.
".*(edgecontainervpnconnection).*",
// Disable due to b/315013168, covered by mocked GCP test.
".*(containerattachedcluster).*",
}

// TestNameRegexToSkipForTestCRUD is similar to
Expand All @@ -65,4 +67,6 @@ var TestNameRegexToSkipForTestCRUD = []string{
".*(edgecontainernodepool).*",
// Edge container vpn connection tests require a mocked GCP API.
".*(edgecontainervpnconnection).*",
// Disable due to b/315013168, covered by mocked GCP test.
".*(containerattachedcluster).*",
}

0 comments on commit 05c47a6

Please sign in to comment.