Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a6fa98c authored by Cole Faust's avatar Cole Faust
Browse files

Re-enable partition test

Due to the series of recent reverts, it's working now.

Bug: 297269187
Test: m bazel_sandwich
Change-Id: I010a942918467713e08b900aec06c7011c40c3be
parent ff8fb5c6
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -1716,10 +1716,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,
		},
	}
)