Skip to content

Commit

Permalink
test: Remove unused SkipGKEQuarantined helper
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno authored and borkmann committed Jan 26, 2023
1 parent 0991c24 commit 4749784
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/helpers/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -712,11 +712,6 @@ func SkipQuarantined() bool {
return !config.CiliumTestConfig.RunQuarantined
}

// SkipGKEQuarantined returns whether test under quarantine on GKE should be skipped
func SkipGKEQuarantined() bool {
return SkipQuarantined() && IsIntegration(CIIntegrationGKE)
}

// SkipRaceDetectorEnabled returns whether tests failing with race detector
// enabled should be skipped.
func SkipRaceDetectorEnabled() bool {
Expand Down

0 comments on commit 4749784

Please sign in to comment.