Really disable shuffling for gen_defaults tests (#142721)

https://github.com/flutter/flutter/issues/142716
This commit is contained in:
Zachary Anderson 2024-02-01 10:09:07 -08:00 committed by GitHub
parent 8a5509ea6a
commit 52fdc0128b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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