diff --git a/hosted/eks/p1/p1_provisioning_test.go b/hosted/eks/p1/p1_provisioning_test.go index 62e00a54..f4d285ff 100644 --- a/hosted/eks/p1/p1_provisioning_test.go +++ b/hosted/eks/p1/p1_provisioning_test.go @@ -169,7 +169,7 @@ var _ = Describe("P1Provisioning", func() { Expect(amiID).To(Or(Equal("AL2_x86_64_GPU"), Equal("AL2023_x86_64_NVIDIA"))) }) - It("Deploy a cluster with Public/Priv access then disable Public access", func() { + XIt("Deploy a cluster with Public/Priv access then disable Public access", func() { // https://github.com/rancher/eks-operator/issues/752#issuecomment-2609144199 testCaseID = 151 createFunc := func(clusterConfig *eks.ClusterConfig) {