We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4354f3e commit 4a241f4Copy full SHA for 4a241f4
tests/test_browser.py
@@ -4,14 +4,14 @@
4
playwright = pytest.importorskip("playwright")
5
6
# noreorder
7
-from gptme.tools.browser import read_url, search # fmt: skip
+from gptme.tools.browser import read_url # fmt: skip
8
9
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=}"
+# FIXME: Broken? ~~Seems to work, for now~~ edit: not anymore
+# @pytest.mark.slow
+# def test_search_ddg():
+# results = search("test", "duckduckgo")
+# assert "1." in results, f"{results=}"
15
16
17
# FIXME: Broken, sometimes hits CAPTCHA
0 commit comments