We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3aede0 commit 95cca41Copy full SHA for 95cca41
pkg/web_css/test/color_expressions_test.dart
@@ -16,7 +16,8 @@ const _colors = {
16
17
void main() {
18
group('Color restrictions and rules', () {
19
- test('text and bg colors are only defined in _variables.scss', () {
+ test('text and bg colors are only defined in _variables.scss',
20
+ skip: 'https://github.com/dart-lang/pub-dev/issues/8248', () {
21
final files = Directory('lib')
22
.listSync(recursive: true)
23
.whereType<File>()
0 commit comments