From d63b5e4ea194a5e2dd31370c2026cc0beec7041f Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Sun, 9 Jun 2024 14:07:27 -0500 Subject: [PATCH] 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. --- tests/test_incompat.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/test_incompat.toml b/tests/test_incompat.toml index de053c3d..be44b59a 100644 --- a/tests/test_incompat.toml +++ b/tests/test_incompat.toml @@ -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 ##