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

Unified Diff: chrome/browser/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc

Issue 254853002: Disable StatusTrayStateChangerWinTest.Setup due to COM errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc
diff --git a/chrome/browser/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc b/chrome/browser/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc
index 19a162d59d7a7def638f64c76edfcb3db30513c0..7bafc0e19920e974b68dad01c163f12298029390 100644
--- a/chrome/browser/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc
+++ b/chrome/browser/ui/views/status_icons/status_tray_state_changer_interactive_uitest_win.cc
@@ -84,7 +84,9 @@ class StatusTrayStateChangerWinTest : public testing::Test {
DISALLOW_COPY_AND_ASSIGN(StatusTrayStateChangerWinTest);
};
-TEST_F(StatusTrayStateChangerWinTest, Setup) {
+// Test is disabled due to multiple COM initialization errors. See
+// http//crbug.com/367199 for details.
+TEST_F(StatusTrayStateChangerWinTest, DISABLED_Setup) {
// This tests the code path that will read the NOTIFYITEM data structure for
// use in future tests.
scoped_ptr<NOTIFYITEM> notify_item = SetupAndGetCurrentNotifyItem();
« 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