Skip to content

Commit

Permalink
Revert "Disable test to publish SB 16 byte_swap deprecation. (youtube…
Browse files Browse the repository at this point in the history
…#1209)" (youtube#1271)

This reverts commit ff87342.

b/149243810
  • Loading branch information
y4vor committed Aug 15, 2023
1 parent fbd7069 commit f20c565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions cobalt/black_box_tests/black_box_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@
]
# These tests can only run on Evergreen-compatible platforms.
_TESTS_EVERGREEN_END_TO_END = [
# Temporary disable test to publish new SB 16 changes b/149243810
#'evergreen_verify_qa_channel_update_test',
'evergreen_verify_qa_channel_update_test',
]
# Location of test files.
_TEST_DIR_PATH = 'cobalt.black_box_tests.tests.'
Expand Down
3 changes: 1 addition & 2 deletions starboard/evergreen/testing/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ AUTH_METHOD="public-key"
USE_COMPRESSED_SYSTEM_IMAGE="false"
SYSTEM_IMAGE_EXTENSION=".so"

# Temporary disable test to publish new SB 16 changes b/149243810
DISABLE_TESTS="true"
DISABLE_TESTS="false"

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

0 comments on commit f20c565

Please sign in to comment.