Skip to content

Commit

Permalink
mark xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Apr 24, 2024
1 parent 819d599 commit 5e6563c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quetz/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ def test_start_server_local_without_deployment(

@pytest.mark.parametrize("sqlite_in_memory", [False])
@pytest.mark.timeout(1, method="thread")
@pytest.mark.xfail(reason="time out")
def test_start_server_local_with_deployment_and_config_file(
empty_config_on_exit: None, config, config_dir, create_channels_dir, create_tables
):
Expand All @@ -626,6 +627,7 @@ def test_start_server_local_with_deployment_and_config_file(

@pytest.mark.parametrize("sqlite_in_memory", [False])
@pytest.mark.timeout(1, method="thread")
@pytest.mark.xfail(reason="time out")
def test_start_server_local_with_deployment_without_config_file(
empty_config_on_exit: None,
config_dir,
Expand All @@ -650,6 +652,7 @@ def test_start_server_local_with_deployment_without_config_file(

@pytest.mark.parametrize("sqlite_in_memory", [False])
@pytest.mark.timeout(1, method="thread")
@pytest.mark.xfail(reason="time out")
def test_start_server_s3_without_deployment_without_config_file(
empty_config_on_exit: None,
create_tables,
Expand Down

0 comments on commit 5e6563c

Please sign in to comment.