diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index ad7f8d8c1..99b67a1b4 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -1721,9 +1721,10 @@ var ( Label: "//build/bazel/examples/partitions:system_image", Host: false, }, - { - Label: "//build/bazel/examples/partitions:run_test", - Host: false, - }, + // TODO(b/297269187) re-enable this + //{ + // Label: "//build/bazel/examples/partitions:run_test", + // Host: false, + //}, } )