Skip to content

Commit

Permalink
Merge pull request #978 from dandi/gh-976
Browse files Browse the repository at this point in the history
Mark `test_server_info` as xfailing
  • Loading branch information
yarikoptic committed Apr 21, 2022
2 parents 431a533 + a30eeac commit c67a68d
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 c67a68d

Please sign in to comment.