Not closing GFX sanity check window prevents Marionette from initialization
Categories
(Remote Protocol :: Marionette, defect, P3)
Tracking
(Not tracked)
People
(Reporter: whimboo, Unassigned)
References
()
Details
Reporter | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Reporter | ||
Comment 3•7 years ago
|
||
Reporter | ||
Updated•7 years ago
|
Reporter | ||
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
Comment 7•7 years ago
|
||
Reporter | ||
Comment 8•6 years ago
|
||
(In reply to Matt Woodrow (:mattwoodrow) from comment #5)
Can we just disable the sanity test entirely when we're doing test runs?
It's not particularly useful there anyway.Let me ask back... Is there a way to disable it?
Not currently, but we could add one.
Matt, this actually blocks me for getting bug 1530979 implemented. Could you please advise or have a patch to allow us to disable the GFX sanity window? Your help would be appreciated. Thanks!
Comment 9•6 years ago
|
||
Sorry for the slow response.
I think the easiest thing to do would be add an early return to shouldRunTest() [1] based on a pref or env var, or whatever the easiest way to detect marionette is.
Reporter | ||
Comment 10•6 years ago
|
||
Thanks. I won't have the time in the next weeks, but I will have a look at this bug again after the next all hands.
Reporter | ||
Comment 11•5 years ago
|
||
Another option could actually be to set the sanity-test.running
preference to true, by default. Maybe this will already help in most of the cases, whereby others mentioned that it is not always working for them. Nevertheless, I will file a new bug, and get this fixed for Marionette and geckodriver first.
Reporter | ||
Comment 12•4 years ago
|
||
Was all fixed by bug 1572687.
Updated•2 years ago
|
Description
•