Disable the Mremap test case since it's unreliable (#40387)
Blue committed
May 4, 2026 at 11:08 UTC
73e63e4ca70a558718048d4dfb80ffc2730833b3
1 file changed
+4
test/windows/UnitTests.cpp
+4
@@ -510,6 +510,10 @@ class UnitTests
510
511
TEST_METHOD(Mremap)
512
{
513
+ // This is disabled because of intermittent test failures in WSL1 mode.
514
+ // TODO: Enable this test once the underlying issue is resolved:
515
+ SKIP_TEST_UNSTABLE();
516
+
517
VERIFY_NO_THROW(LxsstuRunTest(L"/data/test/wsl_unit_tests mremap", L"mremap"));
518
}
519