Unverified Commit 1bd85dd6 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

disable flaky devfs test (#33285)

parent 552e7477
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
import 'dart:async'; import 'dart:async';
import 'dart:convert'; import 'dart:convert';
import 'dart:io'; // ignore: dart_io_import
import 'package:file/file.dart'; import 'package:file/file.dart';
import 'package:file/memory.dart'; import 'package:file/memory.dart';
...@@ -86,7 +87,7 @@ void main() { ...@@ -86,7 +87,7 @@ void main() {
expect(content.isModified, isFalse); expect(content.isModified, isFalse);
}, overrides: <Type, Generator>{ }, overrides: <Type, Generator>{
FileSystem: () => fs, FileSystem: () => fs,
}); }, skip: Platform.isWindows); // TODO(jonahwilliams): fix or disable this functionality.
}); });
group('devfs remote', () { group('devfs remote', () {
......
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