Unverified Commit 1cf2ce95 authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

Skip a flaky Windows/canvaskit test in hot_reload_web_test.dart (#85044)

* Update hot_reload_web_test.dart

For https://github.com/flutter/flutter/issues/85043

* Add missing import
parent 875b420c
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
// @dart = 2.8 // @dart = 2.8
import 'dart:async'; import 'dart:async';
import 'dart:io';
import 'package:file/file.dart'; import 'package:file/file.dart';
...@@ -70,5 +71,5 @@ void main() { ...@@ -70,5 +71,5 @@ void main() {
} finally { } finally {
await subscription.cancel(); await subscription.cancel();
} }
}); }, skip: Platform.isWindows); // Skipping for https://github.com/flutter/flutter/issues/85043
} }
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