Skip to content

Commit 5103b75

Browse files
committed
Exclude Google models from URL attachment integration test
1 parent f8bcad0 commit 5103b75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/SingleLLMPromptExecutorIntegrationTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,7 @@ class SingleLLMPromptExecutorIntegrationTest {
982982
@ParameterizedTest
983983
@MethodSource("modelClientCombinations")
984984
fun integration_testUrlBasedAttachment(model: LLModel, client: LLMClient) = runTest(timeout = 300.seconds) {
985+
assumeTrue(model.provider !== LLMProvider.Google, "Google models do not support URL attachments")
985986
val executor = SingleLLMPromptExecutor(client)
986987

987988
assumeTrue(

0 commit comments

Comments
 (0)