Skip to content

Commit

Permalink
Mark test_server_info as xfailing
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Apr 21, 2022
1 parent 431a533 commit a30eeac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dandi/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a30eeac

Please sign in to comment.