Disable the WSL1 Timer test case (#40539)
Blue committed
May 14, 2026 at 14:38 UTC
a2a4ab8ab923c4ac9dab775d03f47ec2969d01b9
1 file changed
+4
test/windows/UnitTests.cpp
+4
@@ -555,6 +555,10 @@ class UnitTests
555
556
WSL1_TEST_METHOD(Timer)
557
{
558
+ // This is disabled because of intermittent test failures.
559
+ // TODO: Enable this test once the underlying issue is resolved.
560
+ SKIP_TEST_UNSTABLE();
561
+
562
VERIFY_NO_THROW(LxsstuRunTest(L"/data/test/wsl_unit_tests timer", L"timer"));
563
}
564