Skip to content

Commit 3d8d2c1

Browse files
authored
Merge pull request #931 from DeusData/fix/no-skips-gate
fix(test): SKIP_PLATFORM for the POSIX-only recovery guard
2 parents 63ec1a7 + 029a602 commit 3d8d2c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_mcp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4499,7 +4499,7 @@ static int idxpar_recovery_check(const char *repo_dir) {
44994499

45004500
TEST(index_recovery_parallel_quarantines_crasher) {
45014501
#ifdef _WIN32
4502-
SKIP("POSIX fork harness (supervised recovery covered by smoke on Windows)");
4502+
SKIP_PLATFORM("parallel-recovery guard needs fork isolation (POSIX-only)");
45034503
#else
45044504
char tmp_dir[CBM_SZ_256];
45054505
snprintf(tmp_dir, sizeof(tmp_dir), "/tmp/cbm-idxpar-XXXXXX");

0 commit comments

Comments
 (0)