diff --git a/tests/integrations/crossed_integrations/test_kinesis.py b/tests/integrations/crossed_integrations/test_kinesis.py index aed36063b4..c550ffa6fe 100644 --- a/tests/integrations/crossed_integrations/test_kinesis.py +++ b/tests/integrations/crossed_integrations/test_kinesis.py @@ -215,6 +215,7 @@ def validate_kinesis_spans(self, producer_interface, consumer_interface, stream) @scenarios.crossed_tracing_libraries +@irrelevant(True, reason="AWS Tests are not currently stable.") @features.aws_kinesis_span_creationcontext_propagation_via_message_attributes_with_dd_trace class Test_Kinesis_PROPAGATION_VIA_MESSAGE_ATTRIBUTES(_Test_Kinesis): buddy_interface = interfaces.python_buddy diff --git a/tests/integrations/crossed_integrations/test_sns_to_sqs.py b/tests/integrations/crossed_integrations/test_sns_to_sqs.py index 4427e60420..e2c0adc25f 100644 --- a/tests/integrations/crossed_integrations/test_sns_to_sqs.py +++ b/tests/integrations/crossed_integrations/test_sns_to_sqs.py @@ -258,6 +258,7 @@ def validate_sns_spans(self, producer_interface, consumer_interface, queue, topi @scenarios.crossed_tracing_libraries @features.aws_sns_span_creationcontext_propagation_via_message_attributes_with_dd_trace +@irrelevant(True, reason="AWS Tests are not currently stable.") class Test_SNS_Propagation(_Test_SNS): buddy_interface = interfaces.python_buddy buddy = python_buddy diff --git a/tests/integrations/crossed_integrations/test_sqs.py b/tests/integrations/crossed_integrations/test_sqs.py index 86996f9b2b..3d73af3706 100644 --- a/tests/integrations/crossed_integrations/test_sqs.py +++ b/tests/integrations/crossed_integrations/test_sqs.py @@ -235,6 +235,7 @@ def validate_sqs_spans(self, producer_interface, consumer_interface, queue): @scenarios.crossed_tracing_libraries +@irrelevant(True, reason="AWS Tests are not currently stable.") @features.aws_sqs_span_creationcontext_propagation_via_message_attributes_with_dd_trace class Test_SQS_PROPAGATION_VIA_MESSAGE_ATTRIBUTES(_Test_SQS): buddy_interface = interfaces.python_buddy @@ -247,6 +248,7 @@ class Test_SQS_PROPAGATION_VIA_MESSAGE_ATTRIBUTES(_Test_SQS): @scenarios.crossed_tracing_libraries +@irrelevant(True, reason="AWS Tests are not currently stable.") @features.aws_sqs_span_creationcontext_propagation_via_xray_header_with_dd_trace class Test_SQS_PROPAGATION_VIA_AWS_XRAY_HEADERS(_Test_SQS): buddy_interface = interfaces.java_buddy diff --git a/tests/integrations/test_dsm.py b/tests/integrations/test_dsm.py index 81b455966f..fbae58415b 100644 --- a/tests/integrations/test_dsm.py +++ b/tests/integrations/test_dsm.py @@ -277,6 +277,7 @@ def test_dsm_rabbitmq(self): @features.datastreams_monitoring_support_for_sqs +@irrelevant(True, reason="AWS Tests are not currently stable.") @scenarios.integrations_aws class Test_DsmSQS: """ Verify DSM stats points for AWS Sqs Service """ @@ -334,6 +335,7 @@ def test_dsm_sqs(self): @features.datastreams_monitoring_support_for_sns +@irrelevant(True, reason="AWS Tests are not currently stable.") @scenarios.integrations_aws class Test_DsmSNS: """ Verify DSM stats points for AWS SNS Service """ @@ -397,6 +399,7 @@ def test_dsm_sns(self): @features.datastreams_monitoring_support_for_kinesis +@irrelevant(True, reason="AWS Tests are not currently stable.") @scenarios.integrations_aws class Test_DsmKinesis: """ Verify DSM stats points for AWS Kinesis Service """