Merge "Fix a TODO in BlobStorePerfTests."

This commit is contained in:
Sudheer Shanka
2021-08-09 18:35:37 +00:00
committed by Android (Google) Code Review

View File

@@ -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