Skip to content

Commit

Permalink
fix --classic flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Sep 23, 2024
1 parent 00dd9d3 commit dac21d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/test_version_upgrades.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_version_upgrades(instances: List[harness.Instance]):
)

# Setup the k8s snap from the bootstrap channel and setup basic configuration.
cp.exec(["snap", "install", "k8s", "--channel", channels[0]], "--classic")
cp.exec(["snap", "install", "k8s", "--channel", channels[0], "--classic", "--amend"])
cp.exec(["k8s", "bootstrap"])

util.stubbornly(retries=30, delay_s=20).until(util.ready_nodes(cp) == 1)
Expand Down

0 comments on commit dac21d7

Please sign in to comment.