Skip to content

Commit

Permalink
test: Skip all httpbin.org tests entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 11, 2023
1 parent eff0150 commit 50f54cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/dataset/misc/test_url_availability.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
from unittest.mock import patch

import pytest
Expand Down Expand Up @@ -38,7 +37,7 @@ def test_undefined():
}


@pytest.mark.skipif("CI" not in os.environ, reason="skipping slow test in development")
@pytest.mark.skip(reason="skipping slow and inconsistent test")
def test_passed():
scope = {}
scope = url_availability.add_item(scope, item_test_passed, 0)
Expand Down

0 comments on commit 50f54cf

Please sign in to comment.