Skip to content

Commit a250a69

Browse files
[DPE-5480] Add base in test_multi_relations to workaround libjuju bug (#506)
* [DPE-5480] Add base to test_multi_relations.py to workaround libjuju issue The test is randomly failing on libjuju 3.5.2.0 with Juju 3.6-beta2, it is a known issue reported as juju/python-libjuju#1090 As a (temporary?) workaround lets add a base here.
1 parent f5b7c8f commit a250a69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/test_multi_relations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ async def test_build_and_deploy(ops_test: OpsTest):
4242
num_units=1,
4343
channel="latest/edge",
4444
config=config,
45+
4546
)
4647
await ops_test.model.deploy(
4748
"mysql-router-k8s",
4849
application_name=f"router{i}",
4950
num_units=1,
5051
channel="8.0/edge",
5152
trust=True,
53+
5254
)
5355

5456

0 commit comments

Comments
 (0)