Commit c8957367 authored by zturner@chromium.org's avatar zturner@chromium.org

Disable StatusTrayStateChangerWinTest.Setup due to COM errors.

BUG=367199
TBR=dewittj

Review URL: https://codereview.chromium.org/254853002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266235 0039d316-1c4b-4281-b951-d872f2087c98
parent 2060b7d4
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment