From dc56ed81dad22c79b307f1f262aa04bc72c24d91 Mon Sep 17 00:00:00 2001 From: Mouad Debbar Date: Mon, 30 Jun 2025 10:59:32 -0400 Subject: [PATCH] Run expression_evaluation_web_ddc_library_bundle_test.dart on Mac/Windows (#171278) Part of https://github.com/flutter/flutter/issues/171276 --- .../expression_evaluation_web_ddc_library_bundle_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/flutter_tools/test/web.shard/expression_evaluation_web_ddc_library_bundle_test.dart b/packages/flutter_tools/test/web.shard/expression_evaluation_web_ddc_library_bundle_test.dart index f95ddc338ec..7062b6e4479 100644 --- a/packages/flutter_tools/test/web.shard/expression_evaluation_web_ddc_library_bundle_test.dart +++ b/packages/flutter_tools/test/web.shard/expression_evaluation_web_ddc_library_bundle_test.dart @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -@TestOn('linux') // https://github.com/flutter/flutter/issues/169304 @Tags(['flutter-test-driver']) library;