mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
disable flaky devfs test (#33285)
This commit is contained in:
parent
552e74770d
commit
1bd85dd6c2
@ -4,6 +4,7 @@
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:convert';
|
||||
import 'dart:io'; // ignore: dart_io_import
|
||||
|
||||
import 'package:file/file.dart';
|
||||
import 'package:file/memory.dart';
|
||||
@ -86,7 +87,7 @@ void main() {
|
||||
expect(content.isModified, isFalse);
|
||||
}, overrides: <Type, Generator>{
|
||||
FileSystem: () => fs,
|
||||
});
|
||||
}, skip: Platform.isWindows); // TODO(jonahwilliams): fix or disable this functionality.
|
||||
});
|
||||
|
||||
group('devfs remote', () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user