| Index: chromecast/chromecast_tests.gypi
|
| diff --git a/chromecast/chromecast_tests.gypi b/chromecast/chromecast_tests.gypi
|
| index a3171b398d3cf6a84c4d7db583896799afc3720c..090943086972fbcf73478aa45eeda66176e36bb7 100644
|
| --- a/chromecast/chromecast_tests.gypi
|
| +++ b/chromecast/chromecast_tests.gypi
|
| @@ -45,8 +45,7 @@
|
| # 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)
|
| - # Disable EndToEndTests/EndToEndTest (b/19100148)
|
| - 'net_unittests --gtest_filter=-KeygenHandlerTest.SmokeTest:KeygenHandlerTest.ConcurrencyTest:EndToEndTests/EndToEndTest.*',
|
| + 'net_unittests --gtest_filter=-KeygenHandlerTest.SmokeTest:KeygenHandlerTest.ConcurrencyTest',
|
| # Disable OutOfMemoryDeathTest.ViaSharedLibraries due to gTrusty eglibc incompatibility (crbug/428211)
|
| # Disable ProcessMetricsTest.GetNumberOfThreads (b/15610509)
|
| # Disable ProcessUtilTest.* (need to define OS_ANDROID)
|
|
|