diff options
-rw-r--r-- | chrome_frame/test/perf/chrome_frame_perftest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/perf/chrome_frame_perftest.cc b/chrome_frame/test/perf/chrome_frame_perftest.cc index d0612ec..1edc213 100644 --- a/chrome_frame/test/perf/chrome_frame_perftest.cc +++ b/chrome_frame/test/perf/chrome_frame_perftest.cc @@ -1069,7 +1069,7 @@ TEST_F(ChromeFrameCreationTestReference, PerfWarm) { NULL, true /* not important */, false); } -TEST_F(FlashCreationTest, PerfWarm) { +TEST_F(FlashCreationTest, DISABLED_PerfWarm) { RunStartupTest("creation_warm", "t_flash", "", false /* cold */, 0, NULL, true /* not important */, false); } |