diff --git a/dandi/tests/test_utils.py b/dandi/tests/test_utils.py index 2dece14a1..1f0c58fd9 100644 --- a/dandi/tests/test_utils.py +++ b/dandi/tests/test_utils.py @@ -311,6 +311,7 @@ def test_get_instance_actual_dandi() -> None: using_docker = mark.skipif_no_network +@pytest.mark.xfail(reason="https://github.com/dandi/dandi-archive/issues/1045") @pytest.mark.redirector @using_docker def test_server_info() -> None: