We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79221d8 commit 7c5efc0Copy full SHA for 7c5efc0
test/e2e/mnist_raycluster_sdk_test.go
@@ -41,8 +41,8 @@ func TestMNISTRayClusterSDK(t *testing.T) {
41
test := With(t)
42
test.T().Parallel()
43
44
- // Currently blocked by https://github.com/project-codeflare/codeflare-sdk/pull/271 , remove the skip once SDK with the PR is released
45
- 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")
46
47
// Create a namespace
48
namespace := test.NewTestNamespace()
0 commit comments