Commit 9156c041 authored by John Abd-El-Malek's avatar John Abd-El-Malek

Disable PluginTest.PluginSingleRangeRequest and PluginTest.GetURLRedirectNotification.

BUG=412042
TBR=jschuh@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#293785}
parent 2c8ed737
......@@ -242,9 +242,11 @@ IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(GetJavaScriptURL2)) {
}
// Test is flaky on linux/cros/win builders. http://crbug.com/71904
#if !defined(OS_WIN) // http://crbug.com/412042
IN_PROC_BROWSER_TEST_F(PluginTest, GetURLRedirectNotification) {
LoadAndWait(GetURL("geturl_redirect_notify.html"));
}
#endif
// Tests that identity is preserved for NPObjects passed from a plugin
// into JavaScript.
......@@ -354,9 +356,11 @@ IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(PluginThreadAsyncCall)) {
LoadAndWait(GetURL("plugin_thread_async_call.html"));
}
#if !defined(OS_WIN) // http://crbug.com/412042
IN_PROC_BROWSER_TEST_F(PluginTest, PluginSingleRangeRequest) {
LoadAndWait(GetURL("plugin_single_range_request.html"));
}
#endif
#if !defined(OS_WIN) // http://crbug.com/396373
// Test checking the privacy mode is on.
......
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