From 9d1a8014909ad9e5513ccfa7bcf97d500bb67b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Su=C3=A1rez=20Hern=C3=A1ndez?= Date: Thu, 14 Mar 2024 09:38:46 +0000 Subject: [PATCH] Update tests/pytests/integration/daemons/test_memory_leak.py Co-authored-by: Pedro Algarvio --- tests/pytests/integration/daemons/test_memory_leak.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytests/integration/daemons/test_memory_leak.py b/tests/pytests/integration/daemons/test_memory_leak.py index b2be5fb55464..aa241ec67dc0 100644 --- a/tests/pytests/integration/daemons/test_memory_leak.py +++ b/tests/pytests/integration/daemons/test_memory_leak.py @@ -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