Skip to content

Commit

Permalink
[TMP] skip test_backup_config
Browse files Browse the repository at this point in the history
this test never finished by an unknown reason(for V14.0)
  • Loading branch information
celm1990 committed Nov 20, 2023
1 parent 1dcb88b commit b5d26cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_settings_effect.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)
@pytest.mark.parametrize("backup_image_version", ("latest"))
@pytest.mark.parametrize("smtp_relay_host", ("", "example"))
def test_backup_config(
def _test_backup_config(
backup_deletion: bool,
backup_dst: str,
backup_image_version: str,
Expand Down

0 comments on commit b5d26cc

Please sign in to comment.