Merge "Revert "Re-enable the partition test"" into main

This commit is contained in:
Firman Prayoga
2023-09-08 04:02:58 +00:00
committed by Gerrit Code Review

View File

@@ -1717,9 +1717,10 @@ var (
Label: "//build/bazel/examples/partitions:system_image", Label: "//build/bazel/examples/partitions:system_image",
Host: false, 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,
//},
} }
) )