Skip to content

Commit

Permalink
Update test_db.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp authored Oct 26, 2023
1 parent ede1d8b commit d853989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/relations/test_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async def test_create_db_legacy_relation(ops_test: OpsTest, pgb_charm):
assert "waltz" not in cfg["databases"].keys()
assert "waltz_standby" not in cfg["databases"].keys()


@pytest.mark.skip(reason="Should be ported and moved to the new relation tests")
async def test_relation_with_indico(ops_test: OpsTest):
"""Test the relation with Indico charm."""
logger.info("Deploying indico")
Expand Down

0 comments on commit d853989

Please sign in to comment.