From 85bb71090c34a599a74deaf4a271f1f994a221d7 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 10 Jan 2026 06:37:50 +0000 Subject: [PATCH] [CI] Remove reference to a dated issue There are no plans currently to fix #132803 given the job run time impact that it would cause. So for now, closing it. Closes #132803. --- .ci/compute_projects.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/compute_projects.py b/.ci/compute_projects.py index a4cfecf0cef9..9c2a9bc15cce 100644 --- a/.ci/compute_projects.py +++ b/.ci/compute_projects.py @@ -109,10 +109,10 @@ EXCLUDE_WINDOWS = { } # These are projects that we should test if the project itself is changed but -# where testing is not yet stable enough for it to be enabled on changes to -# dependencies. +# where testing is not yet stable enough or is too expensive for it to be +# enabled on changes to dependencies. EXCLUDE_DEPENDENTS_WINDOWS = { - "flang", # TODO(issues/132803): Flang is not stable. + "flang", } EXCLUDE_MAC = {