From b5db67f3bf8b31cf394a09fec97f2d7780d2e5e6 Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:22:31 +0800 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c78f3f6251..c0eb28942a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -707,7 +707,7 @@ jobs: matrix: sanitizer: - asan - - msan + # - msan # todo: #1824 - lsan # Every time we build TSAN in https://github.com/fzyzcjy/dart_lang_ci, it fails near the end. # Since it is unlikely we will have thread issues, we temporarily disable TSAN now.