We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845defc commit ff441eaCopy full SHA for ff441ea
src/test/java/com/google/genai/TableTest.java
@@ -200,7 +200,7 @@ private static Collection<DynamicTest> createTestCases(
200
String msg = " => Test skipped: replay tests are not supported for edit_image";
201
return Collections.singletonList(DynamicTest.dynamicTest(testName + msg, () -> {}));
202
}
203
- if (testName.contains("models.embed_content.test_vertex_new_api_inline_pdf")) {
+ if (testName.contains("models.embed_content.test_new_api_inline_pdf")) {
204
String msg = " => Test skipped: inline byte deserialization fails";
205
206
0 commit comments