[ddc] Temporarily skip tests that timeout

The timeouts are crashing the test infra when trying to deflake
the failures and preventing more results from getting uploaded.

These tests are timing out right now on the canary bot because
support for the new runtime types hasn't been fully landed. They
should be enabled again after all the support has landed and
should have results at parity with the non-canary configurations.

Change-Id: Ia8814c02445acccb906c4b376c82da88480155b9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274483
Reviewed-by: Mark Zhou <markzipan@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
This commit is contained in:
Nicholas Shahan 2022-12-09 02:29:31 +00:00 committed by Commit Queue
parent 09a5d048e8
commit f0c270e96d

View file

@ -2,6 +2,23 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
[ $builder_tag == canary && ($compiler == dartdevc || $compiler == dartdevk) ]
async/catch_errors11_test: Skip # Issue 50666
async/catch_errors12_test: Skip # Issue 50666
async/catch_errors15_test: Skip # Issue 50666
async/catch_errors17_test: Skip # Issue 50666
async/catch_errors20_test: Skip # Issue 50666
async/catch_errors21_test: Skip # Issue 50666
async/catch_errors23_test: Skip # Issue 50666
async/catch_errors24_test: Skip # Issue 50666
async/catch_errors26_test: Skip # Issue 50666
async/catch_errors27_test: Skip # Issue 50666
async/catch_errors5_test: Skip # Issue 50666
async/catch_errors7_test: Skip # Issue 50666
async/catch_errors8_test: Skip # Issue 50666
async/stream_iterator_test: Skip # Issue 50666
async/stream_zones_test: Skip # Issue 50666
[ $runtime == chrome && ($compiler == dartdevc || $compiler == dartdevk) ]
html/js_dispatch_property_test: Skip # Timeout Issue 31030