Merge "Re-enable partition test" into main
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go
index 849c823..e82e754 100644
--- a/android/allowlists/allowlists.go
+++ b/android/allowlists/allowlists.go
@@ -1716,10 +1716,9 @@
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,
+ },
}
)