tests: Skip :spawn with invalid quoting on Windows

For some reason this often causes segfaults lately - let's skip it until
we can investigate what's wrong.

See #1614
This commit is contained in:
Florian Bruhin 2016-07-03 17:32:19 +02:00
parent 9ad76011c7
commit d1f6ae99b5

View File

@ -12,6 +12,8 @@ Feature: :spawn
When I run :spawn -u this_does_not_exist
Then the error "Error while spawning userscript: The process failed to start." should be shown
# https://github.com/The-Compiler/qutebrowser/issues/1614
@posix
Scenario: Running :spawn with invalid quoting
When I run :spawn ""'""
Then the error "Error while splitting command: No closing quotation" should be shown