diff --git a/tools/aconfig/TEST_MAPPING b/tools/aconfig/TEST_MAPPING index 31b3410aa5..638b92a578 100644 --- a/tools/aconfig/TEST_MAPPING +++ b/tools/aconfig/TEST_MAPPING @@ -38,6 +38,10 @@ // // aconfig Rust integration tests (exported mode auto-generated code) // "name": "aconfig.exported_mode.test.rust" // }, + { + // aflags CLI unit tests + "name": "aflags.test" + }, { // printflags unit tests "name": "printflags.test" @@ -92,11 +96,6 @@ { // aconfig_storage write api cpp integration tests "name": "aconfig_storage_write_api.test.cpp" - }, - { - // aflags CLI unit tests - // TODO(b/326062088): add to presubmit once proven in postsubmit. - "name": "aflags.test" } ] }