diff --git a/test/e2e/mnist_raycluster_sdk_test.go b/test/e2e/mnist_raycluster_sdk_test.go index 8a3bc3904..e96110651 100644 --- a/test/e2e/mnist_raycluster_sdk_test.go +++ b/test/e2e/mnist_raycluster_sdk_test.go @@ -41,8 +41,8 @@ func TestMNISTRayClusterSDK(t *testing.T) { test := With(t) test.T().Parallel() - // Currently blocked by https://github.com/project-codeflare/codeflare-sdk/pull/271 , remove the skip once SDK with the PR is released - test.T().Skip("Requires https://github.com/project-codeflare/codeflare-sdk/pull/271") + // Currently blocked by https://github.com/project-codeflare/codeflare-sdk/pull/251 , remove the skip once SDK with the PR is released + test.T().Skip("Requires https://github.com/project-codeflare/codeflare-sdk/pull/251") // Create a namespace namespace := test.NewTestNamespace()