From 40e2e63707af69249b8bf07ad1061922a28d5de3 Mon Sep 17 00:00:00 2001 From: Karel Suta Date: Fri, 13 Oct 2023 08:49:41 +0200 Subject: [PATCH] Adjust the SDK PR link as a reason to skip SDK e2e test --- test/e2e/mnist_raycluster_sdk_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()