Skip to content

Commit 95cca41

Browse files
authored
Skip color expressions test (#8249)
1 parent d3aede0 commit 95cca41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/web_css/test/color_expressions_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ const _colors = {
1616

1717
void main() {
1818
group('Color restrictions and rules', () {
19-
test('text and bg colors are only defined in _variables.scss', () {
19+
test('text and bg colors are only defined in _variables.scss',
20+
skip: 'https://github.com/dart-lang/pub-dev/issues/8248', () {
2021
final files = Directory('lib')
2122
.listSync(recursive: true)
2223
.whereType<File>()

0 commit comments

Comments
 (0)