Unverified Commit 3292f897 authored by Anna Gringauze's avatar Anna Gringauze Committed by GitHub

Update issue reference for skipped hot restart tests (#110881)

parent c3e3c1b6
...@@ -77,5 +77,5 @@ Future<void> _testProject(HotReloadProject project, {String name = 'Default'}) a ...@@ -77,5 +77,5 @@ Future<void> _testProject(HotReloadProject project, {String name = 'Default'}) a
} finally { } finally {
await subscription.cancel(); await subscription.cancel();
} }
}, skip: true); // Skipping for https://github.com/flutter/flutter/issues/85043. }, skip: true); // Skipped for https://github.com/flutter/flutter/issues/110879.
} }
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