summaryrefslogtreecommitdiffstats
path: root/chromecast
diff options
context:
space:
mode:
authorderekjchow <derekjchow@chromium.org>2015-03-24 18:17:31 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-25 01:18:44 +0000
commitc4c495eb094ea92a593580d361688e8aa3bae79b (patch)
treee65be233212365ff8fbed0ca7a7350aaea93b59a /chromecast
parentdc730dc2007f6c151ce14f78981653423e9dd2db (diff)
downloadchromium_src-c4c495eb094ea92a593580d361688e8aa3bae79b.zip
chromium_src-c4c495eb094ea92a593580d361688e8aa3bae79b.tar.gz
chromium_src-c4c495eb094ea92a593580d361688e8aa3bae79b.tar.bz2
[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}
Diffstat (limited to 'chromecast')
-rw-r--r--chromecast/chromecast_tests.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromecast/chromecast_tests.gypi b/chromecast/chromecast_tests.gypi
index 4551b2a..2233fe1 100644
--- a/chromecast/chromecast_tests.gypi
+++ b/chromecast/chromecast_tests.gypi
@@ -47,7 +47,8 @@
# readonly certdb (b/8153161)
# URLRequestTestHTTP.GetTest_ManyCookies takes roughly 55s to run. Increase
# 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 ProcessMetricsTest.GetNumberOfThreads (b/15610509)
# Disable ProcessUtilTest.* (need to define OS_ANDROID)