Unverified Commit 7d76a827 authored by Darren Austin's avatar Darren Austin Committed by GitHub

Updated skipped tests for services directory. (#87874)

parent e2fb5cc3
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
@TestOn('!chrome') @TestOn('!chrome')
import 'dart:typed_data'; import 'dart:typed_data';
import 'package:flutter/foundation.dart';
import 'package:flutter/services.dart'; import 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart'; import 'package:flutter_test/flutter_test.dart';
...@@ -78,5 +77,5 @@ void main() { ...@@ -78,5 +77,5 @@ void main() {
]; ];
checkEncodeDecode<dynamic>(standard, message); checkEncodeDecode<dynamic>(standard, message);
}); });
}, skip: kIsWeb); }, skip: isBrowser); // [intended] Javascript can't handle the big integer literals used here.
} }
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