Skip to content

Commit

Permalink
ignore leftovers (#10806)
Browse files Browse the repository at this point in the history
Signed-off-by: nagendra202 <[email protected]>
  • Loading branch information
nagendra202 authored Nov 8, 2024
1 parent cac2ed8 commit 32cc89e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from concurrent.futures import ThreadPoolExecutor
from ocs_ci.framework.pytest_customization.marks import blue_squad
from ocs_ci.framework.testlib import E2ETest, tier2
from ocs_ci.framework.testlib import E2ETest, tier2, ignore_leftovers
from ocs_ci.framework import config
from ocs_ci.helpers import helpers
from ocs_ci.ocs import constants
Expand Down Expand Up @@ -76,6 +76,7 @@ def run_metadata_io_with_cephfs(dc_pod_factory):

@tier2
@blue_squad
@ignore_leftovers
class TestMdsMemoryAlerts(E2ETest):
@pytest.fixture(scope="function", autouse=True)
def teardown(self, request):
Expand Down

0 comments on commit 32cc89e

Please sign in to comment.