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

SKip test_2_nodes_different_types for compact mode deployments #11573

Merged
merged 1 commit into from
Mar 10, 2025
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
)
from ocs_ci.ocs.cluster import validate_existence_of_blocking_pdb
from ocs_ci.framework import config
from ocs_ci.framework.pytest_customization.marks import brown_squad, skipif_rosa_hcp
from ocs_ci.framework.pytest_customization.marks import (
brown_squad,
skipif_rosa_hcp,
skipif_compact_mode,
)
from ocs_ci.framework.testlib import (
tier1,
tier2,
Expand Down Expand Up @@ -311,6 +315,7 @@ def test_2_nodes_maintenance_same_type(self, nodes_type):

@tier2
@pytest.mark.polarion_id("OCS-1274")
@skipif_compact_mode
def test_2_nodes_different_types(
self, pvc_factory, pod_factory, bucket_factory, rgw_bucket_factory
):
Expand Down
Loading