Relaxed test_incompat's dependencies
These don't really rely on any advanced file operations, and can run in parallel. This was a leftover from when test_incompat+test_compat were merged, and test_compat should probably run after all file operations are thoroughly tested.
This commit is contained in:
@@ -2,12 +2,7 @@
|
||||
#
|
||||
# Unlike test_compat, this focuses on specific corner-cases
|
||||
#
|
||||
after = [
|
||||
'test_dirs',
|
||||
'test_files',
|
||||
'test_fwrite',
|
||||
'test_forphans',
|
||||
]
|
||||
after = ['test_mtree', 'test_dirs', 'test_files']
|
||||
|
||||
|
||||
## incompatiblity tests ##
|
||||
|
||||
Reference in New Issue
Block a user