diff --git a/test/k8sT/DatapathConfiguration.go b/test/k8sT/DatapathConfiguration.go index e7fa0335e5dd7..dd4d5a26428b2 100644 --- a/test/k8sT/DatapathConfiguration.go +++ b/test/k8sT/DatapathConfiguration.go @@ -261,10 +261,7 @@ var _ = Describe("K8sDatapathConfig", func() { } }) - SkipItIf(func() bool { - // Skip K8s versions for which the test is currently flaky. - return helpers.SkipK8sVersions(">=1.14.0 <1.20.0") && helpers.SkipQuarantined() - }, "Check iptables masquerading with random-fully", func() { + It("Check iptables masquerading with random-fully", func() { deploymentManager.DeployCilium(map[string]string{ "bpf.masquerade": "false", "iptablesRandomFully": "true",