Skip to content

Commit 2d500f6

Browse files
committed
Disable
1 parent 8eb5bfe commit 2d500f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/yup_core/yup_Watchdog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ TEST_F (WatchdogTests, UnwatchAllFolders)
117117
EXPECT_EQ (watchdog->getAllWatchedFolders().size(), 0);
118118
}
119119

120-
TEST_F (WatchdogTests, DetectFileCreation)
120+
TEST_F (WatchdogTests, DISABLED_DetectFileCreation)
121121
{
122122
auto watchdog = Watchdog::createInstance (std::chrono::milliseconds (100));
123123
ASSERT_NE (watchdog, nullptr);

0 commit comments

Comments
 (0)