Skip to content

Commit a863823

Browse files
committed
ci(aiplatform): skip imagetext@001 tests
pending deprecation b/452720552
1 parent 3dd698d commit a863823

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

aiplatform/src/test/java/aiplatform/imagen/GetShortFormImageCaptionsSampleTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import com.google.protobuf.Value;
2424
import java.io.IOException;
2525
import org.junit.BeforeClass;
26+
import org.junit.Ignore;
2627
import org.junit.Test;
2728
import org.junit.runner.RunWith;
2829
import org.junit.runners.JUnit4;
@@ -46,6 +47,7 @@ public static void checkRequirements() {
4647
}
4748

4849
@Test
50+
@Ignore("b/452720552")
4951
public void testGetShortFormImageCaptionsSample() throws IOException {
5052
PredictResponse response =
5153
GetShortFormImageCaptionsSample.getShortFormImageCaptions(

aiplatform/src/test/java/aiplatform/imagen/GetShortFormImageResponsesSampleTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import com.google.protobuf.Value;
2424
import java.io.IOException;
2525
import org.junit.BeforeClass;
26+
import org.junit.Ignore;
2627
import org.junit.Test;
2728
import org.junit.runner.RunWith;
2829
import org.junit.runners.JUnit4;
@@ -47,6 +48,7 @@ public static void checkRequirements() {
4748
}
4849

4950
@Test
51+
@Ignore("b/452720552")
5052
public void testGetShortFormImageResponsesSample() throws IOException {
5153
PredictResponse response =
5254
GetShortFormImageResponsesSample.getShortFormImageResponses(

0 commit comments

Comments
 (0)