From 02e27df3a397012e322f33eae1ae48f476542e6a Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Wed, 20 Sep 2023 16:16:39 -0700 Subject: [PATCH] Temporarily stop testing on the Dart dev channel See https://github.com/dart-lang/sdk/issues/52121#issuecomment-1728534228 --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad796a58c..16c4ec7ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -234,7 +234,10 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] dart_channel: [stable] - include: [{os: ubuntu-latest, dart_channel: dev}] + # TODO(nweiz): Re-enable this when + # https://github.com/dart-lang/sdk/issues/52121#issuecomment-1728534228 + # is addressed. + # include: [{os: ubuntu-latest, dart_channel: dev}] steps: - uses: actions/checkout@v3