Skip to content

Commit

Permalink
remove testOn: 'vm' in http2_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhapper committed Aug 23, 2023
1 parent 2884add commit deb3f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/http2_adapter/test/http2_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void main() {
(DioException e) => e.message!.contains('0:00:05.000000'))),
]),
);
}, testOn: 'vm');
});

test('no DioException when receiveTimeout > request duration', () async {
final dio = Dio(
Expand Down

0 comments on commit deb3f39

Please sign in to comment.