Skip to content

Commit

Permalink
[python] Skip flaky test for APPSEC-56142 (#3671)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne authored Dec 13, 2024
1 parent 4b4f3b8 commit 02c7166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/appsec/test_asm_standalone.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ def test_any_upstream_propagation__with_asm_event__raises_priority_to_2__from_1(
@rfc("https://docs.google.com/document/d/12NBx-nD-IoQEMiCRnJXneq4Be7cbtSc6pJLOFUWTpNE/edit")
@features.appsec_standalone
@scenarios.appsec_standalone
@flaky(context.library >= "[email protected]+dev", reason="APPSEC-56142")
class Test_AppSecStandalone_UpstreamPropagation(AsmStandalone_UpstreamPropagation_Base):
"""APPSEC correctly propagates AppSec events in distributing tracing."""

Expand Down

0 comments on commit 02c7166

Please sign in to comment.