Skip to content

Commit

Permalink
Merge pull request #1553 from yangchiu/read-sc
Browse files Browse the repository at this point in the history
test: fix flaky test case test_default_storage_class_syncup
  • Loading branch information
khushboo-rancher authored Oct 23, 2023
2 parents 3ebe048 + b21a0da commit 2f46d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manager/integration/tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4515,7 +4515,6 @@ def edit_configmap_allow_vol_exp(allow_exp):
print(e)
finally:
time.sleep(RETRY_INTERVAL)
longhorn_storage_class = storage_api.read_storage_class("longhorn")
assert longhorn_storage_class.allow_volume_expansion is allow_exp

def finalizer():
Expand Down

0 comments on commit 2f46d33

Please sign in to comment.