mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1925308 - [marionette] Fix KeyError when trying to get the tsan
flag. r=webdriver-reviewers,Sasha
Differential Revision: https://phabricator.services.mozilla.com/D229938
This commit is contained in:
parent
1cf7038b94
commit
30c8b2d2a0
@ -198,7 +198,7 @@ class TestQuitRestart(MarionetteTestCase):
|
||||
self.assertEqual(self.marionette.session.get("test:fooBar"), True)
|
||||
|
||||
@unittest.skipIf(
|
||||
mozinfo.info["tsan"] == True,
|
||||
mozinfo.info.get("tsan") is True,
|
||||
"Bug 1925308 - socket.timeout: Process unexpectedly quit without restarting",
|
||||
)
|
||||
def test_restart_safe_mode(self):
|
||||
|
Loading…
Reference in New Issue
Block a user