Re-enable the partition test

Bug: 299495030
Test: m bazel_sandwich
Change-Id: Ibffc1c0adc858db5bf057ecfa66323c629704656
This commit is contained in:
Cole Faust
2023-09-07 11:57:36 -07:00
parent 7dcfeb8100
commit 1b519e78e7

View File

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