mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Skip performance tests on PhotonOS.
They were also getting skipped previously. Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
e37e984427
commit
a1bf32c881
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ from tests.conftest import CODE_DIR
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
pytestmark = [
|
pytestmark = [
|
||||||
|
pytest.mark.skip_on_photonos,
|
||||||
pytest.mark.skip_if_binaries_missing("docker"),
|
pytest.mark.skip_if_binaries_missing("docker"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue