Skip to content

Commit

Permalink
Disable EG tests after SbTime API deprecation (#2203)
Browse files Browse the repository at this point in the history
These tests are no longer blocking but the failures can still be
confusing for Cobalt developers.

b/302733082

Change-Id: I4d546e71ffa13fff4d6fe7f9903dd492de0bedb2
  • Loading branch information
hlwarriner authored Jan 12, 2024
1 parent fd2b36a commit e9cde16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion starboard/evergreen/testing/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ AUTH_METHOD="public-key"
USE_COMPRESSED_SYSTEM_IMAGE="false"
SYSTEM_IMAGE_EXTENSION=".so"

DISABLE_TESTS="false"
# TODO(b/302733082): enable the tests when new packages are up on Lorry.
DISABLE_TESTS="true"

while getopts "d:a:c" o; do
case "${o}" in
Expand Down

0 comments on commit e9cde16

Please sign in to comment.