Skip to content

Commit

Permalink
[Android] Mark InstallerDelegateTest#testRunnableRaceCondition as flaky
Browse files Browse the repository at this point in the history
This test appears to fail occasionally on instrumentation-occam-svelte-clankium.

BUG=542627
TBR=dfalcantara@chromium.org,aurimas@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#353720}
  • Loading branch information
timvolodine authored and Commit bot committed Oct 13, 2015
1 parent 7d6cf71 commit 249210b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import android.content.pm.PackageInfo;
import android.os.HandlerThread;
import android.test.FlakyTest;
import android.test.InstrumentationTestCase;
import android.test.mock.MockPackageManager;
import android.test.suitebuilder.annotation.SmallTest;
Expand Down Expand Up @@ -158,6 +159,8 @@ public void testInstallTimeout() throws InterruptedException {
/**
* Makes sure that the runnable isn't called until returning from start().
*/
/* Appears to be flaky crbug.com/542627 */
@FlakyTest
@SmallTest
public void testRunnableRaceCondition() throws InterruptedException {
mPackageManager.isInstalled = true;
Expand Down

0 comments on commit 249210b

Please sign in to comment.