From 8b2f80e04f359bc12f7d257d026e80a490286a49 Mon Sep 17 00:00:00 2001 From: Mouad Debbar Date: Fri, 27 Jun 2025 13:25:53 -0400 Subject: [PATCH] Run expression_evaluation_web_amd_test.dart on Mac/Windows (#171277) Part of https://github.com/flutter/flutter/issues/171276 --- .../test/web.shard/expression_evaluation_web_amd_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/flutter_tools/test/web.shard/expression_evaluation_web_amd_test.dart b/packages/flutter_tools/test/web.shard/expression_evaluation_web_amd_test.dart index f33a669d7d4..6e72fb1da42 100644 --- a/packages/flutter_tools/test/web.shard/expression_evaluation_web_amd_test.dart +++ b/packages/flutter_tools/test/web.shard/expression_evaluation_web_amd_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;