Merge pull request #66668 from dwoz/flaky_mem_test

[3006.x] Skip flawed test
This commit is contained in:
David Murphy 2024-06-25 09:20:20 -06:00 committed by GitHub
commit 1abc6bb34f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,9 @@ def file_add_delete_sls(tmp_path, salt_master):
yield sls_name
# This test is fundimentally flawed. Needs to be re-factored to test the memory
# consuption of the minoin process not system wide memory.
@pytest.mark.skip(reason="Flawed test")
@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")