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 d298054 commit 223a369Copy full SHA for 223a369
test/model_special_cases_test.dart
@@ -123,7 +123,7 @@ void main() {
123
expect(initializeMe.isLate, isTrue);
124
expect(initializeMe.features, contains('late'));
125
});
126
- });
+ }, skip: 'dart-lang/dartdoc#2148');
127
128
group('HTML Injection when allowed', () {
129
Class htmlInjection;
tool/grind.dart
@@ -452,10 +452,6 @@ Future<String> createSdkDartdoc() async {
452
dependency_overrides:
453
analyzer:
454
path: '${sdkClone.path}/pkg/analyzer'
455
- front_end:
456
- path: '${sdkClone.path}/pkg/front_end'
457
- kernel:
458
- path: '${sdkClone.path}/pkg/kernel'
459
_fe_analyzer_shared:
460
path: '${sdkClone.path}/pkg/_fe_analyzer_shared'
461
''', mode: FileMode.append);
0 commit comments