Unverified Commit c5f4f586 authored by keyonghan's avatar keyonghan Committed by GitHub

Skip flaky test debugger_stepping_test (#87670)

parent 6490a4e9
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
// @dart = 2.8 // @dart = 2.8
import 'dart:io';
import 'package:file/file.dart'; import 'package:file/file.dart';
import '../src/common.dart'; import '../src/common.dart';
...@@ -51,5 +53,5 @@ void main() { ...@@ -51,5 +53,5 @@ void main() {
} }
await _flutter.stop(); await _flutter.stop();
}); }, skip: Platform.isWindows); // Skipping for https://github.com/flutter/flutter/issues/87481
} }
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