Skip to content

Commit 4a241f4

Browse files
committed
tests: disable broken search_ddg test
1 parent 4354f3e commit 4a241f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_browser.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
playwright = pytest.importorskip("playwright")
55

66
# noreorder
7-
from gptme.tools.browser import read_url, search # fmt: skip
7+
from gptme.tools.browser import read_url # fmt: skip
88

99

10-
# FIXME: Broken? Seems to work, for now
11-
@pytest.mark.slow
12-
def test_search_ddg():
13-
results = search("test", "duckduckgo")
14-
assert "1." in results, f"{results=}"
10+
# FIXME: Broken? ~~Seems to work, for now~~ edit: not anymore
11+
# @pytest.mark.slow
12+
# def test_search_ddg():
13+
# results = search("test", "duckduckgo")
14+
# assert "1." in results, f"{results=}"
1515

1616

1717
# FIXME: Broken, sometimes hits CAPTCHA

0 commit comments

Comments
 (0)