From 9a6fa98cd30e44170d5cb6ed62ceb6b57a83236a Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Fri, 8 Sep 2023 12:00:39 -0700 Subject: [PATCH] Re-enable partition test Due to the series of recent reverts, it's working now. Bug: 297269187 Test: m bazel_sandwich Change-Id: I010a942918467713e08b900aec06c7011c40c3be --- android/allowlists/allowlists.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 849c823ac..e82e754ae 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -1716,10 +1716,9 @@ var ( Label: "//build/bazel/examples/partitions:system_image", Host: false, }, - // TODO(b/297269187) re-enable this - //{ - // Label: "//build/bazel/examples/partitions:run_test", - // Host: false, - //}, + { + Label: "//build/bazel/examples/partitions:run_test", + Host: false, + }, } )