| Index: content/test/gpu/gpu_tests/gpu_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/gpu_integration_test.py b/content/test/gpu/gpu_tests/gpu_integration_test.py
|
| index f345f1cd6afa574e9b11859333e44ea06ebe6d9f..85e8f49d95e52c980ce659dcd3fcf1b1ff3cef03 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_integration_test.py
|
| @@ -86,7 +86,7 @@ class GpuIntegrationTest(
|
| # be in a bad state; for example, certain kinds of timeouts
|
| # will affect the next test. Restart the browser to prevent
|
| # these kinds of failures propagating to the next test.
|
| - self._RestartBrowser('expected test failure')
|
| + # self._RestartBrowser('expected test failure')
|
| return
|
| if expectation != 'flaky':
|
| logging.warning(
|
|
|