From cd2890360ee8b3a7721e81ef084474d7eb467b7b Mon Sep 17 00:00:00 2001 From: Jake Date: Mon, 4 Oct 2021 16:57:38 +0100 Subject: [PATCH] pend failing test --- integration/tests/crud/creategetdelete_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/tests/crud/creategetdelete_test.go b/integration/tests/crud/creategetdelete_test.go index dbbde64016..747c332e83 100644 --- a/integration/tests/crud/creategetdelete_test.go +++ b/integration/tests/crud/creategetdelete_test.go @@ -395,7 +395,7 @@ var _ = Describe("(Integration) Create, Get, Scale & Delete", func() { }) }) - Context("and creating a nodegroup with containerd runtime", func() { + PContext("and creating a nodegroup with containerd runtime", func() { var ( nodegroupName string )