Skip to content

Commit

Permalink
Disable DirWatcher unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Jan 3, 2023
1 parent 96fd846 commit ec4d9f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Testing/GoogleTest/DirWatcher/DirWatcher_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

0 comments on commit ec4d9f2

Please sign in to comment.