Skip to content

Commit

Permalink
Update tests/pytests/integration/daemons/test_memory_leak.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Algarvio <[email protected]>
  • Loading branch information
meaksh and s0undt3ch authored Mar 14, 2024
1 parent d19fcad commit 9d1a801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytests/integration/daemons/test_memory_leak.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def file_add_delete_sls(tmp_path, salt_master):
@pytest.mark.skip_on_fips_enabled_platform
@pytest.mark.skip_on_windows(reason="Windows is a spawning platform, won't work")
@pytest.mark.skip_on_darwin(reason="MacOS is a spawning platform, won't work")
@pytest.mark.skipif(GITHUB_ACTIONS, reason="Test is failing in GitHub Actions")
@pytest.mark.skip_on_env("GITHUB_ACTIONS", present=True)
@pytest.mark.flaky(max_runs=4)
def test_memory_leak(salt_cli, salt_minion, file_add_delete_sls):
max_usg = None
Expand Down

0 comments on commit 9d1a801

Please sign in to comment.