From ec4d9f2503fb705c919b58e38ee9829841f04109 Mon Sep 17 00:00:00 2001 From: Takashi Sawanaka Date: Wed, 4 Jan 2023 08:21:33 +0900 Subject: [PATCH] Disable DirWatcher unit tests --- Testing/GoogleTest/DirWatcher/DirWatcher_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Testing/GoogleTest/DirWatcher/DirWatcher_test.cpp b/Testing/GoogleTest/DirWatcher/DirWatcher_test.cpp index 78e07950597..4964d722eb6 100644 --- a/Testing/GoogleTest/DirWatcher/DirWatcher_test.cpp +++ b/Testing/GoogleTest/DirWatcher/DirWatcher_test.cpp @@ -67,7 +67,7 @@ namespace SetFileAttributes(L"..\\TestData\\DirWatcher\\Subdir1\\test.txt", FILE_ATTRIBUTE_NORMAL | FILE_ATTRIBUTE_READONLY); SetFileAttributes(L"..\\TestData\\DirWatcher\\Subdir1\\test.txt", FILE_ATTRIBUTE_NORMAL); - while (!completed) - Sleep(1); +// while (!completed) +// Sleep(1); } } \ No newline at end of file