Skip to content

Commit

Permalink
updata markers
Browse files Browse the repository at this point in the history
Signed-off-by: fbalak <[email protected]>
  • Loading branch information
fbalak committed Jan 7, 2025
1 parent 6bf4df1 commit 9a1d43d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/functional/z_cluster/test_must_gather_minimal_crds.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
ManageTest,
brown_squad,
tier1,
tier2,
skipif_external_mode,
skipif_ms_consumer,
skipif_hci_client,
Expand All @@ -17,6 +16,7 @@


@brown_squad
@tier1
class TestMustGather(ManageTest):
@pytest.mark.parametrize(
argnames=[
Expand All @@ -35,7 +35,6 @@ class TestMustGather(ManageTest):
skipif_external_mode,
skipif_ms_consumer,
skipif_hci_client,
tier1,
],
),
pytest.param(
Expand All @@ -45,7 +44,6 @@ class TestMustGather(ManageTest):
skipif_external_mode,
skipif_ms_consumer,
skipif_hci_client,
tier2,
],
),
pytest.param(
Expand All @@ -55,7 +53,6 @@ class TestMustGather(ManageTest):
skipif_external_mode,
skipif_ms_consumer,
skipif_hci_client,
tier2,
],
),
pytest.param(
Expand All @@ -65,7 +62,6 @@ class TestMustGather(ManageTest):
skipif_external_mode,
skipif_ms_consumer,
skipif_hci_client,
tier2,
],
),
pytest.param(
Expand All @@ -75,7 +71,6 @@ class TestMustGather(ManageTest):
skipif_external_mode,
skipif_ms_consumer,
skipif_hci_client,
tier2,
],
),
pytest.param(
Expand All @@ -85,7 +80,6 @@ class TestMustGather(ManageTest):
skipif_external_mode,
skipif_ms_consumer,
skipif_hci_client,
tier2,
],
),
pytest.param(
Expand Down

0 comments on commit 9a1d43d

Please sign in to comment.