From 4749784111fa2a795c6d2572149015d2be82ef2f Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Wed, 25 Jan 2023 19:06:17 +0100 Subject: [PATCH] test: Remove unused SkipGKEQuarantined helper Signed-off-by: Paul Chaignon --- test/helpers/utils.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/helpers/utils.go b/test/helpers/utils.go index c52427ae6db46..c36988f6ee9df 100644 --- a/test/helpers/utils.go +++ b/test/helpers/utils.go @@ -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 {