From 52fdc0128bbca2d2d22a7c702a370484ed6f3a3c Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Thu, 1 Feb 2024 10:09:07 -0800 Subject: [PATCH] Really disable shuffling for gen_defaults tests (#142721) https://github.com/flutter/flutter/issues/142716 --- dev/tools/gen_defaults/dart_test.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dev/tools/gen_defaults/dart_test.yaml diff --git a/dev/tools/gen_defaults/dart_test.yaml b/dev/tools/gen_defaults/dart_test.yaml new file mode 100644 index 00000000000..fb3b8a21d3f --- /dev/null +++ b/dev/tools/gen_defaults/dart_test.yaml @@ -0,0 +1,5 @@ +tags: + # This tag tells the test framework to not shuffle the test order according to + # the --test-randomize-ordering-seed for the suites that have this tag. + no-shuffle: + allow_test_randomization: false