| Index: chromecast/BUILD.gn
|
| diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
|
| index c2ab7a3f63f8f4fb0abf03c23c6accf5defb1250..829f81bf015936ed66ce0dba9ae7e17c47c4722f 100644
|
| --- a/chromecast/BUILD.gn
|
| +++ b/chromecast/BUILD.gn
|
| @@ -210,15 +210,11 @@ cast_test_group("cast_tests") {
|
| gtest_excludes = [ "*" ]
|
| } else if (target_os == "linux" && !is_cast_desktop_build) {
|
| # Run net_unittests first to avoid random failures due to slow python startup
|
| - # KeygenHandlerTest.SmokeTest and KeygenHandlerTest.ConcurrencyTest fail due to
|
| - # readonly certdb (b/8153161)
|
| # URLRequestTestHTTP.GetTest_ManyCookies takes roughly 55s to run. Increase
|
| # timeout to 90s from 45s to allow it to pass (b/19821476)
|
| # ProxyScriptFetcherImplTest.HttpMimeType is flaking (b/19848784)
|
| # Running a batch of net_unittests has high overhead. Run tests in batches of 50 to reduce number of batches (b/23156294).
|
| gtest_excludes = [
|
| - "KeygenHandlerTest.SmokeTest",
|
| - "KeygenHandlerTest.ConcurrencyTest",
|
| "ProxyScriptFetcherImplTest.HttpMimeType",
|
| ]
|
| args = [
|
|
|