diff --git a/reports/dart/test/main_test.dart b/reports/dart/test/main_test.dart index a90f873..91f944b 100644 --- a/reports/dart/test/main_test.dart +++ b/reports/dart/test/main_test.dart @@ -23,9 +23,5 @@ void main() { test('Exception in test', () { throw Exception('Some error'); }); - - test('Timeout test', () { - sleep(Duration(milliseconds: 1)); - }, timeout: Timeout(Duration(microseconds: 1))); }); }