Skip to content

Commit 3bf0ede

Browse files
committed
Skip color expressions test
1 parent 8a8de69 commit 3bf0ede

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', skip: true,
20+
() {
2021
final files = Directory('lib')
2122
.listSync(recursive: true)
2223
.whereType<File>()

0 commit comments

Comments
 (0)