From 3bf0ede8634022d198aa3638a95513ac272591f9 Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Fri, 8 Nov 2024 09:08:58 +0000 Subject: [PATCH 1/2] Skip color expressions test --- pkg/web_css/test/color_expressions_test.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/web_css/test/color_expressions_test.dart b/pkg/web_css/test/color_expressions_test.dart index 6bc883c46b..e58abb4566 100644 --- a/pkg/web_css/test/color_expressions_test.dart +++ b/pkg/web_css/test/color_expressions_test.dart @@ -16,7 +16,8 @@ const _colors = { void main() { group('Color restrictions and rules', () { - test('text and bg colors are only defined in _variables.scss', () { + test('text and bg colors are only defined in _variables.scss', skip: true, + () { final files = Directory('lib') .listSync(recursive: true) .whereType() From e615434b8be76030e951739227ae9a33cc471c02 Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Fri, 8 Nov 2024 09:17:53 +0000 Subject: [PATCH 2/2] add issue --- pkg/web_css/test/color_expressions_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/web_css/test/color_expressions_test.dart b/pkg/web_css/test/color_expressions_test.dart index e58abb4566..1d5a9207b4 100644 --- a/pkg/web_css/test/color_expressions_test.dart +++ b/pkg/web_css/test/color_expressions_test.dart @@ -16,8 +16,8 @@ const _colors = { void main() { group('Color restrictions and rules', () { - test('text and bg colors are only defined in _variables.scss', skip: true, - () { + test('text and bg colors are only defined in _variables.scss', + skip: 'https://github.com/dart-lang/pub-dev/issues/8248', () { final files = Directory('lib') .listSync(recursive: true) .whereType()