Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 894fa32

Browse files
Switch test_suites to yaml.
This will allow us to include package, url, and argument information in the engine repo, requiring less infra changes. The schema of this file should be something like: test_suites: - package: tests-0.far - url: fuchsia-pkg://fuchsia.com/tests/meta#tests.cm - test_args: -- --gtest_filter=-Test.Disabled test_args is optional. See https://fxbug.dev/79691.
1 parent 7c5b0eb commit 894fa32

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

testing/fuchsia/test_suites

Whitespace-only changes.

testing/fuchsia/test_suites.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This configuration file specifies test suites along with their gtest filters
2+
# to be passed as test arguments for flutter on FEMU tests.
3+
4+
test_suites:

0 commit comments

Comments
 (0)