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 784520b commit fe57704Copy full SHA for fe57704
packages/flutter_tools/test/web.shard/output_web_test.dart
@@ -90,6 +90,5 @@ void main() {
90
await start();
91
await flutter.stop();
92
expect(containsDartUriWarning, isFalse);
93
- // TODO(elliette): Enable for DWDS >13.1.0, https://github.com/flutter/flutter/issues/101639
94
- }, skip: true); // [intended] enable for DWDS >13.1.0
+ });
95
}
0 commit comments