Skip to content

Commit

Permalink
tests: adjust for changes in example.com
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Jan 17, 2025
1 parent 60dc706 commit 4aa8b2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_0001_source_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def test_memmap_fail(use_threads, tmp_path):
...


@pytest.mark.skip(reason="example.com is responding with 200, rather than 206, now")
@pytest.mark.parametrize("use_threads", [True, False])
@pytest.mark.network
def test_http(use_threads):
Expand Down Expand Up @@ -157,6 +158,7 @@ def test_colons_and_ports():
) == ("https://example.com:443/file.root", "object")


@pytest.mark.skip(reason="example.com is responding with 200, rather than 206, now")
@pytest.mark.parametrize("use_threads", [True, False], indirect=True)
@pytest.mark.network
def test_http_port(use_threads):
Expand Down

0 comments on commit 4aa8b2c

Please sign in to comment.