summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-09-08 23:16:58 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-09-08 23:16:58 +0000
commitedbf854aa59a2ca065395e4963f284fdfeddb524 (patch)
tree7a3ee8b23e923c7ced7973ed064e16313b3fe54d
parent1d3740a274114151b5bbe8cfe24c806d50fbcc8f (diff)
parent9a6fa98cd30e44170d5cb6ed62ceb6b57a83236a (diff)
Merge "Re-enable partition test" into main
-rw-r--r--android/allowlists/allowlists.go9
1 files 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,
+ },
}
)