Skip to content

Commit

Permalink
Disabling DialAPITest.DeviceListEvents
Browse files Browse the repository at this point in the history
BUG=239023
TBR=justinlin

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198887 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
vabr@chromium.org committed May 8, 2013
1 parent 7c4f1ad commit f261791
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion chrome/browser/extensions/api/dial/dial_apitest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,14 @@ class DialAPITest : public ExtensionApiTest {

} // namespace

// Flaky on windows: http://crbug.com/239023
#if defined(OS_WIN)
#define MAYBE_DeviceListEvents DISABLED_DeviceListEvents
#else
#define MAYBE_DeviceListEvents DeviceListEvents
#endif
// Test receiving DIAL API events.
IN_PROC_BROWSER_TEST_F(DialAPITest, DeviceListEvents) {
IN_PROC_BROWSER_TEST_F(DialAPITest, MAYBE_DeviceListEvents) {
// Setup the test.
ASSERT_TRUE(RunExtensionSubtest("dial/experimental", "device_list.html"));

Expand Down

0 comments on commit f261791

Please sign in to comment.