Unverified Commit fe577045 authored by Elliott Brooks (she/her)'s avatar Elliott Brooks (she/her) Committed by GitHub

Enable skipped test for Dart URI logs from DWDS (#105274)

parent 784520bd
...@@ -90,6 +90,5 @@ void main() { ...@@ -90,6 +90,5 @@ void main() {
await start(); await start();
await flutter.stop(); await flutter.stop();
expect(containsDartUriWarning, isFalse); expect(containsDartUriWarning, isFalse);
// TODO(elliette): Enable for DWDS >13.1.0, https://github.com/flutter/flutter/issues/101639 });
}, skip: true); // [intended] enable for DWDS >13.1.0
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment