Skip to content

Commit

Permalink
[nodejs] reskip test for APMAPI-1120 (#4164)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne authored Feb 21, 2025
1 parent a52a5f1 commit 2033b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sampling_rates.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def setup_sampling_rates(self):
@flaky(context.weblog_variant == "spring-boot-3-native", reason="APMAPI-736")
@flaky(library="golang", reason="APMAPI-736")
@flaky(library="ruby", reason="APMAPI-736")
# @flaky(library="nodejs", reason="APMAPI-1120")
@flaky(library="nodejs", reason="APMAPI-1120")
def test_sampling_rates(self):
"""Basic test"""
interfaces.library.assert_all_traces_requests_forwarded(self.paths)
Expand Down

0 comments on commit 2033b2f

Please sign in to comment.