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
commit 509ca8dfaf

View file

@ -1717,10 +1717,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,
},
}
)