Disable tabCapture API tests on Windows. Seem to be broken since a libjingle roll.

BUG=263951
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/22940002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217125 0039d316-1c4b-4281-b951-d872f2087c98
parent a86e050f
...@@ -56,6 +56,9 @@ class TabCaptureApiTest : public ExtensionApiTest { ...@@ -56,6 +56,9 @@ class TabCaptureApiTest : public ExtensionApiTest {
// http://crbug.com/261493 and http://crbug.com/268644 // http://crbug.com/261493 and http://crbug.com/268644
#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(USE_AURA) #if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(USE_AURA)
#define MAYBE_ApiTests DISABLED_ApiTests #define MAYBE_ApiTests DISABLED_ApiTests
#elif defined(OS_WIN)
// http://crbug.com/263951
#define MAYBE_ApiTests DISABLED_ApiTests
#else #else
#define MAYBE_ApiTests ApiTests #define MAYBE_ApiTests ApiTests
#endif #endif
...@@ -81,6 +84,9 @@ IN_PROC_BROWSER_TEST_F(TabCaptureApiTest, MAYBE_ApiTests) { ...@@ -81,6 +84,9 @@ IN_PROC_BROWSER_TEST_F(TabCaptureApiTest, MAYBE_ApiTests) {
// http://crbug.com/268644 // http://crbug.com/268644
#if defined(USE_AURA) #if defined(USE_AURA)
#define MAYBE_ApiTestsAudio DISABLED_ApiTestsAudio #define MAYBE_ApiTestsAudio DISABLED_ApiTestsAudio
#elif defined(OS_WIN)
// http://crbug.com/263951
#define MAYBE_ApiTestsAudio DISABLED_ApiTestsAudio
#else #else
#define MAYBE_ApiTestsAudio ApiTestsAudio #define MAYBE_ApiTestsAudio ApiTestsAudio
#endif #endif
......
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