diff --git a/pkg/web_css/test/color_expressions_test.dart b/pkg/web_css/test/color_expressions_test.dart index 6bc883c46b..1d5a9207b4 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: 'https://github.com/dart-lang/pub-dev/issues/8248', () { final files = Directory('lib') .listSync(recursive: true) .whereType()