| <!-- |
| Copyright 2025 The Flutter Authors |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. |
| --> |
| The scripts in this directory are used in the Flutter customer test registry |
| [test](https://github.com/flutter/tests/blob/main/registry/flutter_devtools.test) |
| for DevTools. |
| |
| If a test is flaky or needs to be skipped on the Flutter customer test run, |
| skip the test case by adding the tag 'skip-for-flutter-customer-tests', which |
| is defined in a const in |
| [utils.dart](https://github.com/flutter/devtools/blob/master/packages/devtools_test/lib/src/helpers/utils.dart#L15) |
| inside the `devtools_test` package. |
| |
| If a new DevTools test should be run on the Flutter customer test run that is **not** |
| already part of one of the `test/` subdirectories tested in `test.sh`, you can add |
| the tag 'include-for-flutter-customer-tests', which |
| is defined in a const in |
| [utils.dart](https://github.com/flutter/devtools/blob/master/packages/devtools_test/lib/src/helpers/utils.dart#L15) |
| inside the `devtools_test` package. |