Skip to content

Commit

Permalink
run all backup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Jan 11, 2024
1 parent f683365 commit c632e76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/backup_tests/test_backups.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ async def test_blocked_incorrect_creds(ops_test: OpsTest) -> None:
assert db_unit.workload_status_message == "s3 credentials are incorrect."


@pytest.mark.skip("skip")
@pytest.mark.abort_on_fail
async def test_blocked_incorrect_conf(ops_test: OpsTest) -> None:
"""Verifies that the charm goes into blocked status when s3 config options are incorrect."""
Expand Down Expand Up @@ -162,7 +161,6 @@ async def test_create_and_list_backups(ops_test: OpsTest) -> None:
assert backups == 1, "Backup not created."


@pytest.mark.skip("skip")
@pytest.mark.abort_on_fail
async def test_multi_backup(ops_test: OpsTest, continuous_writes_to_db) -> None:
"""With writes in the DB test creating a backup while another one is running.
Expand Down

0 comments on commit c632e76

Please sign in to comment.