Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 768bdfe9 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Android (Google) Code Review
Browse files

Merge "Fix a TODO in BlobStorePerfTests."

parents 4433d796 5176322a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -85,10 +85,7 @@ public class BlobStorePerfTests {

    @After
    public void tearDown() {
        // TODO: Add a blob_store shell command to trigger idle maintenance to avoid hardcoding
        // job id like this.
        // From BlobStoreConfig.IDLE_JOB_ID = 191934935.
        runShellCommand("cmd jobscheduler run -f android 191934935");
        runShellCommand("cmd blob_store idle-maintenance");
    }

    @Test