Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Unified Diff: chrome_frame/test/navigation_test.cc

Issue 9088007: Disable FullTabSeleniumTest.Core, crashes flakily. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/navigation_test.cc
diff --git a/chrome_frame/test/navigation_test.cc b/chrome_frame/test/navigation_test.cc
index d6e750fd107d0af5c68660c315b642d618a72fdc..ebee34fb6d4d79796d4c249136227c6b2c5ee0b0 100644
--- a/chrome_frame/test/navigation_test.cc
+++ b/chrome_frame/test/navigation_test.cc
@@ -17,9 +17,9 @@
#define GMOCK_MUTANT_INCLUDE_LATE_OBJECT_BINDING
#include "testing/gmock_mutant.h"
-using testing::_;
using testing::InSequence;
using testing::StrEq;
+using testing::_;
namespace chrome_frame_test {
@@ -991,8 +991,9 @@ ACTION(VerifySeleniumCoreTestResults) {
" Actual number of tests run: " << num_tests;
}
+// Crashes flakily: http://crbug.com/109114
// Tests refreshing causes a page load.
-TEST_F(FullTabSeleniumTest, Core) {
+TEST_F(FullTabSeleniumTest, DISABLED_Core) {
// Please see http://code.google.com/p/chromium/issues/detail?id=60987
// for more information on why this test is disabled for Vista with IE7.
if (base::win::GetVersion() == base::win::VERSION_VISTA &&
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698