Skip to content

Commit 223a369

Browse files
authored
Workaround for #2148, and stop linking front_end/kernel in (#2149)
1 parent d298054 commit 223a369

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

test/model_special_cases_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void main() {
123123
expect(initializeMe.isLate, isTrue);
124124
expect(initializeMe.features, contains('late'));
125125
});
126-
});
126+
}, skip: 'dart-lang/dartdoc#2148');
127127

128128
group('HTML Injection when allowed', () {
129129
Class htmlInjection;

tool/grind.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,6 @@ Future<String> createSdkDartdoc() async {
452452
dependency_overrides:
453453
analyzer:
454454
path: '${sdkClone.path}/pkg/analyzer'
455-
front_end:
456-
path: '${sdkClone.path}/pkg/front_end'
457-
kernel:
458-
path: '${sdkClone.path}/pkg/kernel'
459455
_fe_analyzer_shared:
460456
path: '${sdkClone.path}/pkg/_fe_analyzer_shared'
461457
''', mode: FileMode.append);

0 commit comments

Comments
 (0)