Skip to content

Commit

Permalink
adding ignore_leftovers marker to very long tests (red-hat-storage#8684)
Browse files Browse the repository at this point in the history
Signed-off-by: Yulia Persky <[email protected]>
  • Loading branch information
ypersky1980 authored Nov 1, 2023
1 parent 429cae9 commit 1b3ebbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
skipif_ocp_version,
performance,
performance_b,
ignore_leftovers,
)
from ocs_ci.helpers.helpers import get_full_test_logs_path
from ocs_ci.ocs import constants, exceptions
Expand Down Expand Up @@ -47,6 +48,7 @@
@performance_b
@skipif_ocp_version("<4.6")
@skipif_ocs_version("<4.6")
@ignore_leftovers
class TestPvcMultiClonePerformance(PASTest):
def setup(self):
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
skipif_ocp_version,
performance,
performance_b,
ignore_leftovers,
)

from ocs_ci.helpers.helpers import get_full_test_logs_path
Expand All @@ -44,6 +45,7 @@
@performance_b
@skipif_ocp_version("<4.6")
@skipif_ocs_version("<4.6")
@ignore_leftovers
class TestPvcMultiSnapshotPerformance(PASTest):
"""
Tests to measure PVC snapshots creation performance & scale
Expand Down

0 comments on commit 1b3ebbc

Please sign in to comment.