Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes redundant tests from Brown squad #11034

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/functional/z_cluster/test_ceph_pg_log_dups_trim.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def finalizer():

request.addfinalizer(finalizer)

def test_ceph_pg_log_dups_trim(self, pvc_factory, pod_factory):
def deprecated_test_ceph_pg_log_dups_trim(self, pvc_factory, pod_factory):
"""
This test validates below:
1) dups size logging in osd pods when the number of dups exceeded 6000
Expand Down
4 changes: 2 additions & 2 deletions tests/functional/z_cluster/test_noobaa_xss_vulnerability.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pytest

from ocs_ci.helpers.helpers import get_noobaa_url
from ocs_ci.framework.pytest_customization.marks import brown_squad
from ocs_ci.framework.pytest_customization.marks import orange_squad
from ocs_ci.framework.testlib import (
ManageTest,
tier2,
Expand All @@ -19,7 +19,7 @@


@mcg
@brown_squad
@orange_squad
@tier2
@bugzilla("1943388")
@skipif_ocs_version("<4.8")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run_io_on_pool(pool_obj):
class TestRemoveMonFromCluster(ManageTest):
pool_obj = ""

def test_remove_mon_pod_from_cluster(self):
def deprecated_test_remove_mon_pod_from_cluster(self):
"""
To remove mon pod from the cluster
after the I/O is performed on the pool
Expand Down
Loading