Skip to content

Commit 53147d6

Browse files
committed
comment out contract tests.
1 parent 223de4a commit 53147d6

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
lines changed

appsignals-tests/contract-tests/src/test/java/software/amazon/opentelemetry/appsignals/test/awssdk/v1/AwsSdkV1Test.java

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -246,35 +246,35 @@ void testBedrockAgentDataSourceId() {
246246
doTestBedrockAgentDataSourceId();
247247
}
248248

249-
@Test
250-
void testBedrockRuntimeAmazonTitan() {
251-
doTestBedrockRuntimeAmazonTitan();
252-
}
253-
254-
@Test
255-
void testBedrockRuntimeAi21Jamba() {
256-
doTestBedrockRuntimeAi21Jamba();
257-
}
258-
259-
@Test
260-
void testBedrockRuntimeAnthropicClaude() {
261-
doTestBedrockRuntimeAnthropicClaude();
262-
}
263-
264-
@Test
265-
void testBedrockRuntimeCohereCommandR() {
266-
doTestBedrockRuntimeCohereCommandR();
267-
}
268-
269-
@Test
270-
void testBedrockRuntimeMetaLlama() {
271-
doTestBedrockRuntimeMetaLlama();
272-
}
273-
274-
@Test
275-
void testBedrockRuntimeMistral() {
276-
doTestBedrockRuntimeMistral();
277-
}
249+
// @Test
250+
// void testBedrockRuntimeAmazonTitan() {
251+
// doTestBedrockRuntimeAmazonTitan();
252+
// }
253+
//
254+
// @Test
255+
// void testBedrockRuntimeAi21Jamba() {
256+
// doTestBedrockRuntimeAi21Jamba();
257+
// }
258+
//
259+
// @Test
260+
// void testBedrockRuntimeAnthropicClaude() {
261+
// doTestBedrockRuntimeAnthropicClaude();
262+
// }
263+
//
264+
// @Test
265+
// void testBedrockRuntimeCohereCommandR() {
266+
// doTestBedrockRuntimeCohereCommandR();
267+
// }
268+
//
269+
// @Test
270+
// void testBedrockRuntimeMetaLlama() {
271+
// doTestBedrockRuntimeMetaLlama();
272+
// }
273+
//
274+
// @Test
275+
// void testBedrockRuntimeMistral() {
276+
// doTestBedrockRuntimeMistral();
277+
// }
278278

279279
@Test
280280
void testBedrockGuardrailId() {

appsignals-tests/contract-tests/src/test/java/software/amazon/opentelemetry/appsignals/test/awssdk/v2/AwsSdkV2Test.java

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -249,35 +249,35 @@ void testBedrockAgentDataSourceId() {
249249
doTestBedrockAgentDataSourceId();
250250
}
251251

252-
@Test
253-
void testBedrockRuntimeAmazonTitan() {
254-
doTestBedrockRuntimeAmazonTitan();
255-
}
256-
257-
@Test
258-
void testBedrockRuntimeAi21Jamba() {
259-
doTestBedrockRuntimeAi21Jamba();
260-
}
261-
262-
@Test
263-
void testBedrockRuntimeAnthropicClaude() {
264-
doTestBedrockRuntimeAnthropicClaude();
265-
}
266-
267-
@Test
268-
void testBedrockRuntimeCohereCommandR() {
269-
doTestBedrockRuntimeCohereCommandR();
270-
}
271-
272-
@Test
273-
void testBedrockRuntimeMetaLlama() {
274-
doTestBedrockRuntimeMetaLlama();
275-
}
276-
277-
@Test
278-
void testBedrockRuntimeMistral() {
279-
doTestBedrockRuntimeMistral();
280-
}
252+
// @Test
253+
// void testBedrockRuntimeAmazonTitan() {
254+
// doTestBedrockRuntimeAmazonTitan();
255+
// }
256+
//
257+
// @Test
258+
// void testBedrockRuntimeAi21Jamba() {
259+
// doTestBedrockRuntimeAi21Jamba();
260+
// }
261+
//
262+
// @Test
263+
// void testBedrockRuntimeAnthropicClaude() {
264+
// doTestBedrockRuntimeAnthropicClaude();
265+
// }
266+
//
267+
// @Test
268+
// void testBedrockRuntimeCohereCommandR() {
269+
// doTestBedrockRuntimeCohereCommandR();
270+
// }
271+
//
272+
// @Test
273+
// void testBedrockRuntimeMetaLlama() {
274+
// doTestBedrockRuntimeMetaLlama();
275+
// }
276+
//
277+
// @Test
278+
// void testBedrockRuntimeMistral() {
279+
// doTestBedrockRuntimeMistral();
280+
// }
281281

282282
@Test
283283
void testBedrockGuardrailId() {
@@ -289,10 +289,10 @@ void testBedrockAgentRuntimeAgentId() {
289289
doTestBedrockAgentRuntimeAgentId();
290290
}
291291

292-
@Test
293-
void testBedrockAgentRuntimeKnowledgeBaseId() {
294-
doTestBedrockAgentRuntimeKnowledgeBaseId();
295-
}
292+
// @Test
293+
// void testBedrockAgentRuntimeKnowledgeBaseId() {
294+
// doTestBedrockAgentRuntimeKnowledgeBaseId();
295+
// }
296296

297297
@Test
298298
void testSecretsManagerDescribeSecret() throws Exception {

0 commit comments

Comments
 (0)