Skip to content

Commit 47b90a4

Browse files
committed
test: remove testMediaTokenCount from SnippetsIT.java
1 parent be322dc commit 47b90a4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

vertexai/snippets/src/test/java/vertexai/gemini/SnippetsIT.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,6 @@ public void testTokenCount() throws Exception {
166166
assertThat(tokenCount).isEqualTo(6);
167167
}
168168

169-
@Test
170-
public void testMediaTokenCount() throws Exception {
171-
int tokenCount = GetMediaTokenCount.getMediaTokenCount(PROJECT_ID, LOCATION, GEMINI_FLASH);
172-
assertThat(tokenCount).isNotNull();
173-
}
174-
175169
@Test
176170
public void testFunctionCalling() throws Exception {
177171
String textPrompt = "What's the weather in Paris?";

0 commit comments

Comments
 (0)