mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip these multimaster tests on Windows, like all other multimaster tests.
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
31d5a70258
commit
3e0abed7dd
2 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@ import pytest
|
|||
|
||||
pytestmark = [
|
||||
pytest.mark.slow_test,
|
||||
pytest.mark.windows_whitelisted,
|
||||
pytest.mark.skip_on_freebsd(reason="Processes are not properly killed on FreeBSD"),
|
||||
]
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ ECHO_STR = "The FitnessGram Pacer Test is a multistage aerobic capacity test"
|
|||
|
||||
pytestmark = [
|
||||
pytest.mark.slow_test,
|
||||
pytest.mark.windows_whitelisted,
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue