summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/test/startup/feature_startup_test.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/startup/feature_startup_test.cc b/chrome/test/startup/feature_startup_test.cc
index 2d86b4b..3ab29aa 100644
--- a/chrome/test/startup/feature_startup_test.cc
+++ b/chrome/test/startup/feature_startup_test.cc
@@ -6,6 +6,7 @@
#include "base/path_service.h"
#include "base/perftimer.h"
#include "base/time.h"
+#include "build/build_config.h"
#include "chrome/app/chrome_dll_resource.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/test/automation/browser_proxy.h"
@@ -92,6 +93,8 @@ class NewTabUIStartupTest : public UITest {
// TODO(pamg): run these tests with a reference build?
+// TODO(tc): Fix this.
+#if !defined(OS_MACOSX)
TEST_F(NewTabUIStartupTest, PerfCold) {
RunStartupTest("tab_cold", false /* not cold */, true /* important */);
}
@@ -99,3 +102,4 @@ TEST_F(NewTabUIStartupTest, PerfCold) {
TEST_F(NewTabUIStartupTest, DISABLED_PerfWarm) {
RunStartupTest("tab_warm", true /* cold */, false /* not important */);
}
+#endif