Skip these multimaster tests on Windows, like all other multimaster tests.

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-02-22 14:13:45 +00:00 committed by Pedro Algarvio
parent 31d5a70258
commit 3e0abed7dd
2 changed files with 0 additions and 2 deletions

View file

@ -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"),
]

View file

@ -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,
]