[ddc] Turning down unsound testing on canary (4)
Stop running co19/LanguageFeatures suite on the
ddc-canary-linux-chrome bot.
These changes are staged across multiple CLs to avoid crashing
the infra when too many tests status changes need to be uploaded
at the same time.
Change-Id: I601867307f7ef9e4653627c8cf5c7766e2d80beb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/379523
Commit-Queue: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
diff --git a/tests/co19/co19-dartdevc.status b/tests/co19/co19-dartdevc.status
index f1d6ca5..20eb671 100644
--- a/tests/co19/co19-dartdevc.status
+++ b/tests/co19/co19-dartdevc.status
@@ -105,6 +105,7 @@
[ $builder_tag == canary && $compiler == ddc && $nnbd == weak ]
Language/*: Skip # Temporary skip while turning down unsound test suites
+LanguageFeatures/*: Skip # Temporary skip while turning down unsound test suites
[ $compiler == ddc && $runtime == chrome ]
LibTest/html/Window/animationFrame_A01_t01: SkipByDesign # Issue #53985: requestAnimationFrame is not executed on Chrome inactive tabs