Skip to content

Commit fe57704

Browse files
authored
Enable skipped test for Dart URI logs from DWDS (#105274)
1 parent 784520b commit fe57704

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/flutter_tools/test/web.shard/output_web_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,5 @@ void main() {
9090
await start();
9191
await flutter.stop();
9292
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
93+
});
9594
}

0 commit comments

Comments
 (0)