Index: content/test/gpu/gpu_tests/context_lost_expectations.py |
diff --git a/content/test/gpu/gpu_tests/context_lost_expectations.py b/content/test/gpu/gpu_tests/context_lost_expectations.py |
index 2602e115c4cf56193e0f48815e4421ecc43b2b86..3c39fd060bd952dd1e5624803d6b90e67033b4da 100644 |
--- a/content/test/gpu/gpu_tests/context_lost_expectations.py |
+++ b/content/test/gpu/gpu_tests/context_lost_expectations.py |
@@ -26,3 +26,7 @@ class ContextLostExpectations(test_expectations.TestExpectations): |
self.Fail('GpuCrash.GPUProcessCrashesExactlyOnce', |
['win'], bug=392891) |
+ |
+ # Skipping because of assertion failure / tab crash |
+ self.Skip('ContextLost.WebGLContextLostFromGPUProcessExit', |
+ ['mac'], bug=411372) |