Skip performance tests on PhotonOS.

They were also getting skipped previously.

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-11-26 11:12:51 +00:00 committed by Pedro Algarvio
parent e37e984427
commit a1bf32c881

View file

@ -14,6 +14,7 @@ from tests.conftest import CODE_DIR
log = logging.getLogger(__name__)
pytestmark = [
pytest.mark.skip_on_photonos,
pytest.mark.skip_if_binaries_missing("docker"),
]