| Index: content/test/gpu/gpu_tests/screenshot_sync_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/screenshot_sync_expectations.py b/content/test/gpu/gpu_tests/screenshot_sync_expectations.py
|
| index eafcb8cf6ab8f20cd350d1d2b44ed56617272258..e6f022434c169c77e1754b8d821f52f0ec12ac20 100644
|
| --- a/content/test/gpu/gpu_tests/screenshot_sync_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/screenshot_sync_expectations.py
|
| @@ -11,4 +11,6 @@ class ScreenshotSyncExpectations(GpuTestExpectations):
|
| super(ScreenshotSyncExpectations, self).__init__(*args, **kwargs)
|
|
|
| def SetExpectations(self):
|
| - self.Flaky('ScreenshotSync.WithCanvas', ['win', 'amd'], bug=602313)
|
| + self.Flaky('ScreenshotSync.WithCanvas', ['win', 'amd'], bug=599776)
|
| + self.Flaky('ScreenshotSync.WithCanvas', ['mac', 'intel'], bug=599776)
|
| + self.Flaky('ScreenshotSync.WithDivs', ['mac', 'intel'], bug=599776)
|
|
|