Skip to content

Commit

Permalink
disable aws tests for now (#3321)
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 authored Oct 25, 2024
1 parent abf4058 commit 909e698
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integrations/crossed_integrations/test_kinesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/integrations/crossed_integrations/test_sns_to_sqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tests/integrations/crossed_integrations/test_sqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions tests/integrations/test_dsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 """
Expand Down Expand Up @@ -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 """
Expand Down Expand Up @@ -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 """
Expand Down

0 comments on commit 909e698

Please sign in to comment.