Skip to content

Commit 5c13441

Browse files
committed
Use fixed build_id for media_test.
Recent `git_main` pushes breaks the device launching with media devices. As there are no presumbit checks on the Android side when using virtio-media devices let's use a fixed build id that works with it for now to avoid this sort of breakeages in the future. Bug: b/510416374
1 parent d48ed1b commit 5c13441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2etests/cvd/media_tests/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func TestEmulatedCameraV4l2Compliance(t *testing.T) {
2727
target string
2828
}{
2929
{
30-
branch: "git_main",
30+
branch: "15346462", // TODO(b/510415749)
3131
target: "aosp_cf_x86_64_only_phone-trunk_staging-userdebug",
3232
},
3333
}

0 commit comments

Comments
 (0)