stuartmorgan | 87d6919 | 2021-11-23 22:22:36 -0500 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | # Copyright 2013 The Flutter Authors. All rights reserved. |
| 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
| 5 | |
David Iglesias | be4847a | 2022-05-11 14:34:15 -0700 | [diff] [blame] | 6 | # Exclusions |
| 7 | # |
David Iglesias | 6ee0337 | 2022-10-06 17:10:04 -0700 | [diff] [blame] | 8 | # script/configs/linux_only_custom_test.yaml |
David Iglesias | be4847a | 2022-05-11 14:34:15 -0700 | [diff] [blame] | 9 | # Custom tests need Chrome. (They run in linux-custom_package_tests) |
| 10 | |
Stuart Morgan | 6db4a95 | 2023-02-13 12:01:14 -0500 | [diff] [blame] | 11 | dart ./script/tool/bin/flutter_plugin_tools.dart custom-test \ |
David Iglesias | be4847a | 2022-05-11 14:34:15 -0700 | [diff] [blame] | 12 | --packages-for-branch --log-timing \ |
David Iglesias | 6ee0337 | 2022-10-06 17:10:04 -0700 | [diff] [blame] | 13 | --exclude=script/configs/linux_only_custom_test.yaml |