Unverified Commit 41c7f0a9 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

disable web tests (#35792)

parent b041a589
......@@ -132,16 +132,16 @@ task:
container:
cpu: 8
memory: 24G
- name: web_tests-linux
# TODO(jonahwilliams): re-enabled once we've determined causes for flakiness
allow_failures: true
env:
SHARD: web_tests
test_script:
- dart --enable-asserts ./dev/bots/test.dart
container:
cpu: 4
memory: 12G
# TODO(jonahwilliams): re-enabled once we've determined causes for flakiness
# - name: web_tests-linux
# allow_failures: true
# env:
# SHARD: web_tests
# test_script:
# - dart --enable-asserts ./dev/bots/test.dart
# container:
# cpu: 4
# memory: 12G
- name: build_tests-linux
env:
SHARD: build_tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment