Skip to content

Commit

Permalink
Revert "Remove broken e2e test. (#494)"
Browse files Browse the repository at this point in the history
The AOSP issue affecting this test has been fixed.

This reverts commit 1883b16.
  • Loading branch information
jemoreira committed Apr 4, 2024
1 parent 3ba58f3 commit ec5c003
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions e2etests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,10 @@ cvd_load_boot_test(
env_file="environment_specs/aosp_main_x64_phone.json",
)

cvd_load_boot_test(
name="load_aosp_main_x64_phone_x2",
env_file="environment_specs/aosp_main_x64_phone_x2.json",
size="enormous",
)

# TODO(b/329100411) test loading older branches

0 comments on commit ec5c003

Please sign in to comment.