From 6c47853e11392ec640a891797ae5787fbfd9d25b Mon Sep 17 00:00:00 2001 From: Fiona Waters Date: Mon, 14 Aug 2023 16:45:49 +0100 Subject: [PATCH] removing skip --- test/e2e/mnist_raycluster_sdk_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/e2e/mnist_raycluster_sdk_test.go b/test/e2e/mnist_raycluster_sdk_test.go index 28fe0c1da..1b59eac01 100644 --- a/test/e2e/mnist_raycluster_sdk_test.go +++ b/test/e2e/mnist_raycluster_sdk_test.go @@ -41,10 +41,6 @@ func TestMNISTRayClusterSDK(t *testing.T) { test := With(t) test.T().Parallel() - if !IsOpenShift(test) { - test.T().Skip("Requires https://github.com/project-codeflare/codeflare-sdk/pull/146") - } - // 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")