未验证 提交 3aaf5728 编写于 作者: N nturgut 提交者: GitHub

Address platform changes in the integration tests.

上级 b06a511c
...@@ -409,6 +409,7 @@ String getBlockedTestsListMapKey(String browser) => ...@@ -409,6 +409,7 @@ String getBlockedTestsListMapKey(String browser) =>
/// Note that integration tests are only running on chrome for now. /// Note that integration tests are only running on chrome for now.
const Map<String, List<String>> blockedTestsListsMap = <String, List<String>>{ const Map<String, List<String>> blockedTestsListsMap = <String, List<String>>{
'chrome-linux': [ 'chrome-linux': [
'target_platform_android_e2e.dart',
'target_platform_ios_e2e.dart', 'target_platform_ios_e2e.dart',
'target_platform_macos_e2e.dart', 'target_platform_macos_e2e.dart',
], ],
...@@ -422,6 +423,7 @@ const Map<String, List<String>> blockedTestsListsMap = <String, List<String>>{ ...@@ -422,6 +423,7 @@ const Map<String, List<String>> blockedTestsListsMap = <String, List<String>>{
'image_loading_e2e.dart', 'image_loading_e2e.dart',
], ],
'firefox-linux': [ 'firefox-linux': [
'target_platform_android_e2e.dart',
'target_platform_ios_e2e.dart', 'target_platform_ios_e2e.dart',
'target_platform_macos_e2e.dart', 'target_platform_macos_e2e.dart',
], ],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册