From e10e9c7df2f1c53d5e06a38e30628c569352b338 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 29 May 2016 18:25:23 +0200 Subject: [PATCH] bdd: Don't run :spawn -u test on OS X for now See #1533 --- tests/end2end/features/spawn.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/features/spawn.feature b/tests/end2end/features/spawn.feature index 1887cfee0..33dd62714 100644 --- a/tests/end2end/features/spawn.feature +++ b/tests/end2end/features/spawn.feature @@ -30,7 +30,7 @@ Feature: :spawn And I run :spawn echo {url:pretty} Then "Executing echo with args ['http://localhost:(port)/data/title with spaces.html'], userscript=False" should be logged - @posix + @linux Scenario: Running :spawn with userscript When I open about:blank And I execute the userscript open_current_url