mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1512799 - Update expected status in test_pref_rollout_workaround.py. r=kats
This commit is contained in:
parent
2db4d4152d
commit
aa6f44ee39
@ -48,7 +48,7 @@ class WrPrefRolloutWorkAroundTestCase(MarionetteTestCase):
|
||||
self.marionette.restart(clean=False, in_app=True)
|
||||
status, compositor = self.wr_status()
|
||||
print('self.wr_status()={},{}'.format(status, compositor))
|
||||
self.assertEqual(status, 'blocked', 'WR rolled out on non-qualifying hardware should be blocked.')
|
||||
self.assertEqual(status, 'opt-in', 'WR rolled out on non-qualifying hardware should not use WR.')
|
||||
self.assertTrue(compositor != 'webrender', 'WR rolled out on non-qualifying HW should not be used.')
|
||||
|
||||
# Simulate a rollback of the rollout; set the pref to false at runtime.
|
||||
|
Loading…
Reference in New Issue
Block a user