Commit e104d494 authored by Steven Holte's avatar Steven Holte Committed by Commit Bot

Disable flaky ExternalProviderImplChromeOSTests

Bug: 854206
TBR=rdevlin.cronin
NOTRY=true

Change-Id: I7788b389478f47bbd37e8336ae1379c6dbad88df
Reviewed-on: https://chromium-review.googlesource.com/1106776Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Commit-Queue: Steven Holte <holte@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568589}
parent bf980e0c
...@@ -156,7 +156,8 @@ TEST_F(ExternalProviderImplChromeOSTest, AppMode) { ...@@ -156,7 +156,8 @@ TEST_F(ExternalProviderImplChromeOSTest, AppMode) {
// Normal mode, standalone app should be installed, because sync is enabled but // Normal mode, standalone app should be installed, because sync is enabled but
// not running. // not running.
TEST_F(ExternalProviderImplChromeOSTest, Standalone) { // flaky: crbug.com/854206
TEST_F(ExternalProviderImplChromeOSTest, DISABLED_Standalone) {
InitServiceWithExternalProviders(true); InitServiceWithExternalProviders(true);
WaitForPendingStandaloneExtensionsInstalled(); WaitForPendingStandaloneExtensionsInstalled();
...@@ -167,7 +168,8 @@ TEST_F(ExternalProviderImplChromeOSTest, Standalone) { ...@@ -167,7 +168,8 @@ TEST_F(ExternalProviderImplChromeOSTest, Standalone) {
} }
// Should include only subset of default apps // Should include only subset of default apps
TEST_F(ExternalProviderImplChromeOSTest, StandaloneChild) { // flaky: crbug.com/854206
TEST_F(ExternalProviderImplChromeOSTest, DISABLED_StandaloneChild) {
InitServiceWithExternalProvidersAndUserType(true /* standalone */, InitServiceWithExternalProvidersAndUserType(true /* standalone */,
true /* is_child */); true /* is_child */);
......
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