Merge "Re-enable the partition test" into main

This commit is contained in:
Cole Faust
2023-09-07 23:35:01 +00:00
committed by Gerrit Code Review

View File

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