From c745e986589ae2b55878ff2d8d4471cf17ec49e4 Mon Sep 17 00:00:00 2001 From: machenbach Date: Wed, 10 Jun 2015 13:10:25 -0700 Subject: [PATCH] [test] Speculatively skip some layout tests to fix OOM issue. BUG=chromium:498689 LOG=n NOTRY=true TBR=sergiyb@chromium.org Review URL: https://codereview.chromium.org/1179573003 Cr-Commit-Position: refs/heads/master@{#28915} --- tools/blink_tests/TestExpectations | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/blink_tests/TestExpectations b/tools/blink_tests/TestExpectations index 9f531d6e59..ee1fac774a 100644 --- a/tools/blink_tests/TestExpectations +++ b/tools/blink_tests/TestExpectations @@ -3,6 +3,6 @@ # Turn off Slimming Paint tests on linux. [ Linux ] virtual/slimmingpaint/ [ Skip ] -crbug.com/498689 [ Linux ] virtual/display_list_2d_canvas/canvas/philip/tests/2d.canvas.readonly.html [ Skip ] -crbug.com/498689 [ Linux ] canvas/philip/tests/2d.canvas.readonly.html [ Skip ] +crbug.com/498689 [ Linux ] virtual/display_list_2d_canvas/canvas/philip/tests/ [ Skip ] +crbug.com/498689 [ Linux ] canvas/philip/tests/ [ Skip ]