mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![auto-submit[bot]](/assets/img/avatar_default.png)
Reverts flutter/flutter#139549 Initiated by: Piinks This change reverts the following previous change: Original Description: * Remove all use of global variables. * Always pass in all dependencies, only create them in main or in tests. * Pass in the "print" primitive. * Make all network traffic retry (except when run locally, when it just auto-passes). * Enable tests to be run in random order.
6 lines
211 B
YAML
6 lines
211 B
YAML
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
|