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:
Christopher Haster
2024-06-09 14:07:27 -05:00
parent 9886ebf51e
commit d63b5e4ea1
+1 -6
View File
@@ -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 ##