blob: 6b37bfbf1a962cfadb1044ea760144957dee888b [file] [log] [blame]
stuartmorgan87d69192021-11-23 22:22:36 -05001#!/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 Iglesiasbe4847a2022-05-11 14:34:15 -07006# Exclusions
7#
David Iglesias6ee03372022-10-06 17:10:04 -07008# script/configs/linux_only_custom_test.yaml
David Iglesiasbe4847a2022-05-11 14:34:15 -07009# Custom tests need Chrome. (They run in linux-custom_package_tests)
10
Stuart Morgan6db4a952023-02-13 12:01:14 -050011dart ./script/tool/bin/flutter_plugin_tools.dart custom-test \
David Iglesiasbe4847a2022-05-11 14:34:15 -070012 --packages-for-branch --log-timing \
David Iglesias6ee03372022-10-06 17:10:04 -070013 --exclude=script/configs/linux_only_custom_test.yaml