Commit 09f5d3bd authored by phoglund's avatar phoglund Committed by Commit bot

Disabled flaky athena test.

BUG=417189
NOTRY=True
TBR=mukai@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#296370}
parent 245433c3
...@@ -344,7 +344,8 @@ TEST_F(AppActivityTest, DISABLED_TestUnloadProxyLocation) { ...@@ -344,7 +344,8 @@ TEST_F(AppActivityTest, DISABLED_TestUnloadProxyLocation) {
// Test that an unload with multiple activities of the same app will only unload // Test that an unload with multiple activities of the same app will only unload
// when all activities were marked for unloading. // when all activities were marked for unloading.
TEST_F(AppActivityTest, TestMultipleActivityUnloadLock) { // Flaky: http://crbug.com/417189.
TEST_F(AppActivityTest, DISABLED_TestMultipleActivityUnloadLock) {
EXPECT_EQ(0, AppRegistry::Get()->NumberOfApplications()); EXPECT_EQ(0, AppRegistry::Get()->NumberOfApplications());
TestAppActivity* app_activity1 = CreateAppActivity(kDummyApp1); TestAppActivity* app_activity1 = CreateAppActivity(kDummyApp1);
......
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