diff options
author | MarcoFalke <falke.marco@gmail.com> | 2017-12-20 15:05:31 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-12-21 08:56:40 -0500 |
commit | fadf60e381006aa27689971771e83426fb7c0daa (patch) | |
tree | a6f1b1ce8a565ff396e8f2cdfddae279f5004534 /test/functional | |
parent | 79399c8cd0b6030034eea5feed3a7523e369b256 (diff) |
qa: Note on test order in test_runner
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/test_runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index bfd1192d3a..c0828d6647 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -130,6 +130,8 @@ BASE_SCRIPTS= [ 'feature_logging.py', 'node_network_limited.py', 'conf_args.py', + # Don't append tests at the end to avoid merge conflicts + # Put them in a random line within the section that fits their approximate run-time ] EXTENDED_SCRIPTS = [ |