Skip to content

Commit

Permalink
Removed skip test marker form the test
Browse files Browse the repository at this point in the history
Signed-off-by: Parag Kamble <[email protected]>
  • Loading branch information
paraggit committed May 31, 2024
1 parent a309162 commit 4d70941
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/functional/pv/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 4d70941

Please sign in to comment.