Skip to content

Commit 4c80d85

Browse files
authored
Renmae deprecated tests (#11002)
Signed-off-by: Aviadp <[email protected]>
1 parent 9a86dd9 commit 4c80d85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/functional/z_cluster/nodes/test_az_failure.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
@pytest.mark.polarion_id("OCS-1287")
2121
@aws_platform_required
2222
@pytest.mark.skip(reason="az blocking method need to be fixed")
23-
class TestAvailabilityZones(ManageTest):
23+
class DeprecatedTestAvailabilityZones(ManageTest):
2424
"""
2525
test availability zone failure:
2626
test stages:
@@ -63,7 +63,7 @@ def finalizer():
6363

6464
request.addfinalizer(finalizer)
6565

66-
def test_availability_zone_failure(
66+
def deprecated_test_availability_zone_failure(
6767
self,
6868
aws_obj,
6969
ec2_instances,

0 commit comments

Comments
 (0)