Skip to content

Commit

Permalink
disable containerattachedcluster integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmahou committed Dec 14, 2023
1 parent f835c55 commit f3642fc
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 f3642fc

Please sign in to comment.