From 75fd97f74f58e6d69fd043498dc3365b316e5bb3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 16 Aug 2015 22:51:00 +0200 Subject: [PATCH] Skip command test. --- tests/browser/test_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/browser/test_commands.py b/tests/browser/test_commands.py index 8c82a5cf3..267b9c482 100644 --- a/tests/browser/test_commands.py +++ b/tests/browser/test_commands.py @@ -87,5 +87,6 @@ def objects(qtbot, default_config, key_config_stub, tab_registry, yield ObjectsRet(tabbed_browser, dispatcher) +@pytest.mark.skipif(True, reason="Work in progress") def test_openurl(objects): objects.cd.openurl('localhost')