Greasemonkey: mark failing no(sub)frames test as flaky.
This test is supposed to ensure that user scripts don't run on iframes when the @noframes directive is set in the greasemonkey metadata. It is failing sometimes on travis but passing on local test runs. Personally I haven't actually ran the whole test suite through, just the javascript tests. It maybe be some stale state that only shows up when you run the whole suite. It may be some timing issue that only shows up on travis because ???. Hopefully this stops the red x from showing up on the PR.
This commit is contained in:
parent
ead108eeeb
commit
6b3e16b163
@ -139,6 +139,7 @@ Feature: Javascript stuff
|
||||
And I open data/hints/iframe.html
|
||||
Then the javascript message "Script is running on /data/hints/html/wrapped.html" should be logged
|
||||
|
||||
@flaky
|
||||
Scenario: Have a greasemonkey script running on noframes
|
||||
When I have a greasemonkey file saved for document-end with noframes set
|
||||
And I run :greasemonkey-reload
|
||||
|
Loading…
Reference in New Issue
Block a user