File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
aiplatform/src/test/java/aiplatform/imagen Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2323import com .google .protobuf .Value ;
2424import java .io .IOException ;
2525import org .junit .BeforeClass ;
26+ import org .junit .Ignore ;
2627import org .junit .Test ;
2728import org .junit .runner .RunWith ;
2829import 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 (
Original file line number Diff line number Diff line change 2323import com .google .protobuf .Value ;
2424import java .io .IOException ;
2525import org .junit .BeforeClass ;
26+ import org .junit .Ignore ;
2627import org .junit .Test ;
2728import org .junit .runner .RunWith ;
2829import 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 (
You can’t perform that action at this time.
0 commit comments