Commit 81834cca authored by sergeyv's avatar sergeyv Committed by Commit bot

Fix GcdPrivateAPITest.WifiPasswords on win 7 dbg

TBR=vitalybuka
BUG=177163

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

Cr-Commit-Position: refs/heads/master@{#329615}
parent d57689cf
......@@ -361,13 +361,8 @@ IN_PROC_BROWSER_TEST_F(GcdPrivateAPITest, WifiMessage) {
}
IN_PROC_BROWSER_TEST_F(GcdPrivateAPITest, WifiPasswords) {
// TODO(noamsml): Win Dbg has a workaround that makes RunExtensionSubtest
// always return true without actually running the test. Remove when fixed.
// See http://crbug.com/177163 for details.
#if !defined(OS_WIN) || defined(NDEBUG)
EXPECT_CALL(wifi_manager_factory_, WifiManagerCreated())
.WillOnce(Invoke(this, &GcdPrivateAPITest::OnCreateWifiManager));
#endif
EXPECT_TRUE(RunExtensionSubtest("gcd_private/api", "wifi_password.html"));
}
......
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