We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63ec1a7 + 029a602 commit 3d8d2c1Copy full SHA for 3d8d2c1
1 file changed
tests/test_mcp.c
@@ -4499,7 +4499,7 @@ static int idxpar_recovery_check(const char *repo_dir) {
4499
4500
TEST(index_recovery_parallel_quarantines_crasher) {
4501
#ifdef _WIN32
4502
- SKIP("POSIX fork harness (supervised recovery covered by smoke on Windows)");
+ SKIP_PLATFORM("parallel-recovery guard needs fork isolation (POSIX-only)");
4503
#else
4504
char tmp_dir[CBM_SZ_256];
4505
snprintf(tmp_dir, sizeof(tmp_dir), "/tmp/cbm-idxpar-XXXXXX");
0 commit comments