diff --git a/packages/package_info_plus/package_info_plus/test/package_info_test.dart b/packages/package_info_plus/package_info_plus/test/package_info_test.dart index 4d84db11ec..fccc38b749 100644 --- a/packages/package_info_plus/package_info_plus/test/package_info_test.dart +++ b/packages/package_info_plus/package_info_plus/test/package_info_test.dart @@ -44,6 +44,9 @@ void main() { isMethodCall('getAll', arguments: null), ], ); + }, onPlatform: { + 'linux': + const Skip('PackageInfoPlus on Linux does not use platform channels'), }); test('Mock initial values', () async {