Skip to content

Commit

Permalink
Merge pull request #202 from NordSecurity/LLT-4522-test_event_content…
Browse files Browse the repository at this point in the history
…_vpn_connection-mark-flaky

Mark test_event_content_vpn_connection as flaky on win
  • Loading branch information
tomaszklak authored Nov 9, 2023
2 parents 7d27613 + f9be2b6 commit 9855882
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions nat-lab/tests/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,10 @@ async def test_event_content_meshnet(
is_meshnet=False,
),
"10.0.254.7",
marks=pytest.mark.windows,
marks=[
pytest.mark.windows,
pytest.mark.xfail(reason="Test is flaky - LLT-4522"),
],
),
pytest.param(
SetupParameters(
Expand All @@ -221,7 +224,10 @@ async def test_event_content_meshnet(
is_meshnet=False,
),
"10.0.254.7",
marks=pytest.mark.windows,
marks=[
pytest.mark.windows,
pytest.mark.xfail(reason="Test is flaky - LLT-4522"),
],
),
pytest.param(
SetupParameters(
Expand Down

0 comments on commit 9855882

Please sign in to comment.