Unverified Commit 95f4f473 authored by keyonghan's avatar keyonghan Committed by GitHub

[Revert] Skip overall_experience_test.dart: flutter run writes and clears...

[Revert] Skip overall_experience_test.dart: flutter run writes and clears pidfile appropriately (#101267)

* restore test

* use seed 20211102

* restore seed
parent 26398e68
......@@ -361,10 +361,7 @@ void main() {
} finally {
tryToDelete(fileSystem.directory(tempDirectory));
}
// This test is expected to be skipped when Platform.isWindows:
// [intended] Windows doesn't support sending signals so we don't care if it can store the PID.
}, skip: true); // Flake: https://github.com/flutter/flutter/issues/92042
}, skip: Platform.isWindows); // [intended] Windows doesn't support sending signals so we don't care if it can store the PID.
testWithoutContext('flutter run handle SIGUSR1/2', () async {
final String tempDirectory = fileSystem.systemTempDirectory.createTempSync('flutter_overall_experience_test.').resolveSymbolicLinksSync();
final String pidFile = fileSystem.path.join(tempDirectory, 'flutter.pid');
......
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