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

Unified Diff: chrome/browser/views/tabs/tab_dragging_test.cc

Issue 99138: Disable Tab1Tab2, as it's flaky. (Closed)
Patch Set: with comment Created 11 years, 8 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/browser/views/tabs/tab_dragging_test.cc
diff --git a/chrome/browser/views/tabs/tab_dragging_test.cc b/chrome/browser/views/tabs/tab_dragging_test.cc
index 60280b8360b4f04bbe3f8a2bcf766d9ce1ae7ca5..94ea24d67f587ff6b54feeae6ca359ea75e8751b 100644
--- a/chrome/browser/views/tabs/tab_dragging_test.cc
+++ b/chrome/browser/views/tabs/tab_dragging_test.cc
@@ -27,7 +27,8 @@ protected:
// Automated UI test to open three tabs in a new window, and drag Tab_1 into
// the position of Tab_2.
-TEST_F(TabDraggingTest, Tab1Tab2) {
+// Disabled as per http://crbug.com/10941
+TEST_F(TabDraggingTest, DISABLED_Tab1Tab2) {
scoped_ptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());
scoped_ptr<WindowProxy> window(browser->GetWindow());
« 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