Re-enable the partition test

Bug: 299495030
Test: m bazel_sandwich
Change-Id: Ibffc1c0adc858db5bf057ecfa66323c629704656
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go
index 99b67a1..ad7f8d8 100644
--- a/android/allowlists/allowlists.go
+++ b/android/allowlists/allowlists.go
@@ -1721,10 +1721,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,
+		},
 	}
 )