Skip to content

Commit 84ee4b2

Browse files
committed
Enable Bedrock tests
Signed-off-by: Sergey Karpov <[email protected]>
1 parent 5348e14 commit 84ee4b2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/BedrockConverseApiIntegrationTest.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ class BedrockConverseApiIntegrationTest : ExecutorIntegrationTestBase() {
143143
super.integration_testTextProcessingBasic(scenario, model)
144144
}
145145

146-
@Disabled("Converse API does not support audio processing")
147146
@ParameterizedTest
148147
@MethodSource("audioScenarioModelCombinations")
149148
override fun integration_testAudioProcessingBasic(scenario: AudioTestScenario, model: LLModel) {
@@ -229,7 +228,6 @@ class BedrockConverseApiIntegrationTest : ExecutorIntegrationTestBase() {
229228
super.integration_testToolChoiceRequired(model)
230229
}
231230

232-
@Disabled("Converse API does not support tool choice none")
233231
@ParameterizedTest
234232
@MethodSource("allCompletionModels")
235233
override fun integration_testToolChoiceNone(model: LLModel) {
@@ -255,14 +253,12 @@ class BedrockConverseApiIntegrationTest : ExecutorIntegrationTestBase() {
255253
super.integration_testUrlBasedAttachment(model)
256254
}
257255

258-
@Disabled("Converse API does ot support native structured output")
259256
@ParameterizedTest
260257
@MethodSource("allCompletionModels")
261258
override fun integration_testStructuredOutputNative(model: LLModel) {
262259
super.integration_testStructuredOutputNative(model)
263260
}
264261

265-
@Disabled("Converse API does ot support native structured output")
266262
@ParameterizedTest
267263
@MethodSource("allCompletionModels")
268264
override fun integration_testStructuredOutputNativeWithFixingParser(model: LLModel) {

0 commit comments

Comments
 (0)