Skip to content

Commit fd5ceea

Browse files
author
David Motsonashvili
committed
remove unintentionally included test
1 parent 4d44301 commit fd5ceea

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

firebase-vertexai/src/test/java/com/google/firebase/vertexai/UnarySnapshotTests.kt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -503,14 +503,6 @@ internal class UnarySnapshotTests {
503503
}
504504
}
505505

506-
@Test
507-
fun `generateImages should return when some images are filtered -- base64`() =
508-
goldenUnaryFile("unary-failure-generate-images-base64-some-filtered.json") {
509-
withTimeout(testTimeout) {
510-
imagenModel.generateImages("prompt").images.isEmpty() shouldBe false
511-
}
512-
}
513-
514506
@Test
515507
fun `generateImages should throw when prompt blocked`() =
516508
goldenUnaryFile(

0 commit comments

Comments
 (0)