Skip to content

Commit d38d1a3

Browse files
author
MarcoFalke
committed
Merge #11965: qa: Note on test order in test_runner
fadf60e qa: Note on test order in test_runner (MarcoFalke) Pull request description: C.f. #11964 Tree-SHA512: 5f087965093722d9e7a3febddcc187e412bd0636a7ed2da60111668fe3bba6668110e25a38ddcccc0d0aae132611c56fa72f3f0c473fb3fb59e38be445edfcd5
2 parents c04cb48 + fadf60e commit d38d1a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/functional/test_runner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@
130130
'feature_logging.py',
131131
'node_network_limited.py',
132132
'conf_args.py',
133+
# Don't append tests at the end to avoid merge conflicts
134+
# Put them in a random line within the section that fits their approximate run-time
133135
]
134136

135137
EXTENDED_SCRIPTS = [

0 commit comments

Comments
 (0)