Skip to content

Commit 0d0f15d

Browse files
@ignore tests due to #9281 (#9282)
1 parent e01cc42 commit 0d0f15d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

aiplatform/src/test/java/aiplatform/CancelTrainingPipelineSampleTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import org.junit.After;
3030
import org.junit.Before;
3131
import org.junit.BeforeClass;
32+
import org.junit.Ignore;
3233
import org.junit.Test;
3334

3435
public class CancelTrainingPipelineSampleTest {
@@ -77,6 +78,7 @@ public void tearDown()
7778
System.setOut(originalPrintStream);
7879
}
7980

81+
@Ignore("https://github.com/GoogleCloudPlatform/java-docs-samples/issues/9281")
8082
@Test
8183
public void cancelTrainingPipeline() throws IOException, InterruptedException {
8284
// Act

aiplatform/src/test/java/aiplatform/CreateTrainingPipelineSampleTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import org.junit.After;
3131
import org.junit.Before;
3232
import org.junit.BeforeClass;
33+
import org.junit.Ignore;
3334
import org.junit.Rule;
3435
import org.junit.Test;
3536
import org.junit.runner.RunWith;
@@ -91,6 +92,7 @@ public void tearDown()
9192
}
9293

9394
@Test
95+
@Ignore("https://github.com/GoogleCloudPlatform/java-docs-samples/issues/9281")
9496
public void testCreateTrainingPipelineSample()
9597
throws IOException, InterruptedException, ExecutionException {
9698
// Act

0 commit comments

Comments
 (0)