From 4578eae5760da3b940487d526c4fd24d5b48c0d7 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Sun, 19 Dec 2021 22:49:12 +0300 Subject: [PATCH] [package_info_plus] fix test on linux --- .../package_info_plus/test/package_info_test.dart | 3 +++ 1 file changed, 3 insertions(+) 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 {