Skip to content

Commit 18892ba

Browse files
committed
test: fix k8s simulator failure
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent a706bf2 commit 18892ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/smoke/test_kubernetes_clusters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ def test_10_vpc_tier_kubernetes_cluster(self):
615615
k8s_cluster = None
616616
return
617617

618-
@attr(tags=["advanced", "smoke"], required_hardware="false")
618+
@attr(tags=["advanced", "smoke"], required_hardware="true")
619619
def test_11_test_unmanaged_cluster_lifecycle(self):
620620
"""Test all operations on unmanaged Kubernetes cluster
621621

0 commit comments

Comments
 (0)