Skip to content

Commit

Permalink
skip rack awareness integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Iman Enami committed Nov 30, 2024
1 parent bd925f2 commit 7f6719e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ async def test_logs_write_to_storage(ops_test: OpsTest):
)


# The `snap install` hack would make this test break during snap revision check, but that is expected.
@pytest.mark.skip
async def test_rack_awareness_integration(ops_test: OpsTest):
machine_ids = await ops_test.model.get_machines()
await ops_test.model.deploy(
Expand Down

0 comments on commit 7f6719e

Please sign in to comment.