diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/startup/feature_startup_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/startup/feature_startup_test.cc b/chrome/test/startup/feature_startup_test.cc index e6aadc4..beb5d98 100644 --- a/chrome/test/startup/feature_startup_test.cc +++ b/chrome/test/startup/feature_startup_test.cc @@ -189,9 +189,10 @@ TEST_F(NewTabUIStartupTest, PerfCold) { UITest::DEFAULT_THEME); } -#if !defined(OS_MACOSX) +#if defined(OS_WIN) // TODO(tc): Update the Mac reference build to support // WaitForInitialNewTabUILoad. +// TODO(tc): This is failing on Linux too. TEST_F(NewTabUIStartupTest, PerfRefWarm) { UseReferenceBuild(); RunStartupTest("tab_warm_ref", true /* warm */, true /* not important */, |