Commit 3a5d8d9d authored by tim@chromium.org's avatar tim@chromium.org

s/FLAKY_/DISABLED_ for another test

KioskTest.LaunchAppWithNetworkConfigAccelerator

TBR=zelidrag@chromium.org
NOTRY=true
NOTREECHECKS=true
BUG=350056

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260192 0039d316-1c4b-4281-b951-d872f2087c98
parent e6de904c
......@@ -589,7 +589,8 @@ IN_PROC_BROWSER_TEST_F(KioskTest, LaunchAppNetworkDown) {
}
// TODO(zelidrag): Figure out why this test is flaky on bbots.
IN_PROC_BROWSER_TEST_F(KioskTest, FLAKY_LaunchAppWithNetworkConfigAccelerator) {
IN_PROC_BROWSER_TEST_F(KioskTest,
DISABLED_LaunchAppWithNetworkConfigAccelerator) {
ScopedCanConfigureNetwork can_configure_network(true, false);
// Start app launch and wait for network connectivity timeout.
......
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