Fix a TODO in BlobStorePerfTests.

Fixes: 195793511
Test: atest apct-tests/perftests/blobstore/src/com/android/perftests/blob/BlobStorePerfTests.java
Change-Id: If4b2ffd7ce172daf8a2a53011b9fd684bcc28a6f
This commit is contained in:
Sudheer Shanka
2021-08-06 14:59:43 -07:00
parent 3901dc4979
commit 5176322a2c

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