From a30eeacf43f9b252a90671dec4aeaf59182828e3 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 21 Apr 2022 11:22:02 -0400 Subject: [PATCH] Mark `test_server_info` as xfailing --- dandi/tests/test_utils.py | 1 + 1 file changed, 1 insertion(+) 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: