Skip to content

Commit

Permalink
Removed skip test marker form the test (#10049)
Browse files Browse the repository at this point in the history
Signed-off-by: Parag Kamble <[email protected]>
  • Loading branch information
paraggit authored Jul 8, 2024
1 parent 75a7e4a commit c0e6989
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/manage/add_metadata_feature/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,6 @@ def test_create_pvc(self, pvc_factory):
), f"PVC {pvc_obj.name} is not deleted"


@pytest.mark.skip(
reason="Skip due to issue https://github.com/red-hat-storage/ocs-ci/issues/8759"
)
@tier1
@skipif_ocs_version("<4.12")
@skipif_ocp_version("<4.12")
Expand Down Expand Up @@ -224,9 +221,6 @@ def test_metadata_not_enabled_by_default(
), f"PVC {cloned_pvc_obj.name} is not deleted"


@pytest.mark.skip(
reason="Skip due to issue https://github.com/red-hat-storage/ocs-ci/issues/8759"
)
@skipif_ocs_version("<4.12")
@skipif_ocp_version("<4.12")
@skipif_managed_service
Expand Down

0 comments on commit c0e6989

Please sign in to comment.