Skip to content

Commit

Permalink
Skip performance tests on PhotonOS.
Browse files Browse the repository at this point in the history
They were also getting skipped previously.

Signed-off-by: Pedro Algarvio <[email protected]>
  • Loading branch information
s0undt3ch committed Nov 26, 2023
1 parent e37e984 commit a1bf32c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pytests/scenarios/performance/test_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
log = logging.getLogger(__name__)

pytestmark = [
pytest.mark.skip_on_photonos,
pytest.mark.skip_if_binaries_missing("docker"),
]

Expand Down

0 comments on commit a1bf32c

Please sign in to comment.