Commit 666b3431 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Disable NewTabPageLogoTest.All

The test is flaky. This CL fixes the typo in the test rename to ensure
the test is actually disabled.

TBR=miersh@google.com,tiborg@chromium.org

Bug: 1065812
Change-Id: Ib6adf89dbe8bfa35034114f86cc892cdd5252f2c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127988
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Reviewed-by: default avatarRebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754704}
parent 8cb7a34d
...@@ -155,6 +155,7 @@ var NewTabPageLogoTest = class extends NewTabPageBrowserTest { ...@@ -155,6 +155,7 @@ var NewTabPageLogoTest = class extends NewTabPageBrowserTest {
} }
}; };
TEST_F('NewTabPageLogoTest', 'DISABLE_All', function() { // Disabled for flakiness, see https://crbug.com/1065812
TEST_F('NewTabPageLogoTest', 'DISABLED_All', function() {
mocha.run(); mocha.run();
}); });
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment