We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdc333 commit 6c47853Copy full SHA for 6c47853
test/e2e/mnist_raycluster_sdk_test.go
@@ -41,10 +41,6 @@ func TestMNISTRayClusterSDK(t *testing.T) {
41
test := With(t)
42
test.T().Parallel()
43
44
- if !IsOpenShift(test) {
45
- test.T().Skip("Requires https://github.com/project-codeflare/codeflare-sdk/pull/146")
46
- }
47
-
48
// Currently blocked by https://github.com/project-codeflare/codeflare-sdk/pull/271 , remove the skip once SDK with the PR is released
49
test.T().Skip("Requires https://github.com/project-codeflare/codeflare-sdk/pull/271")
50
0 commit comments