Commit c4c495eb authored by derekjchow's avatar derekjchow Committed by Commit bot

[Chromecast] Disable ProxyScriptFetcherImplTest.HttpMimeType.

ProxyScriptFetcherImplTest.HttpMimeType is flaky. Since proxy
script support isn't a huge priority, disable test for now.

BUG=internal b/19848784
R=gunsch@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#322109}
parent dc730dc2
...@@ -47,7 +47,8 @@ ...@@ -47,7 +47,8 @@
# readonly certdb (b/8153161) # readonly certdb (b/8153161)
# URLRequestTestHTTP.GetTest_ManyCookies takes roughly 55s to run. Increase # URLRequestTestHTTP.GetTest_ManyCookies takes roughly 55s to run. Increase
# timeout to 75s from 45s to allow it to pass (b/19821476) # timeout to 75s from 45s to allow it to pass (b/19821476)
'net_unittests --gtest_filter=-KeygenHandlerTest.SmokeTest:KeygenHandlerTest.ConcurrencyTest --test-launcher-timeout=75000', # ProxyScriptFetcherImplTest.HttpMimeType is flaking (b/19848784)
'net_unittests --gtest_filter=-KeygenHandlerTest.SmokeTest:KeygenHandlerTest.ConcurrencyTest:ProxyScriptFetcherImplTest.HttpMimeType --test-launcher-timeout=75000',
# Disable OutOfMemoryDeathTest.ViaSharedLibraries due to gTrusty eglibc incompatibility (crbug/428211) # Disable OutOfMemoryDeathTest.ViaSharedLibraries due to gTrusty eglibc incompatibility (crbug/428211)
# Disable ProcessMetricsTest.GetNumberOfThreads (b/15610509) # Disable ProcessMetricsTest.GetNumberOfThreads (b/15610509)
# Disable ProcessUtilTest.* (need to define OS_ANDROID) # Disable ProcessUtilTest.* (need to define OS_ANDROID)
......
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