diff --git a/test/integration/test_integration.cc b/test/integration/test_integration.cc index c89caf8..d644d63 100644 --- a/test/integration/test_integration.cc +++ b/test/integration/test_integration.cc @@ -12,6 +12,7 @@ #include #include "webfuse/core/lws_log.h" +#include "msleep.hpp" using webfuse_test::Server; using webfuse_test::Provider; @@ -59,7 +60,7 @@ TEST_F(IntegrationTest, HasMountpoint) ASSERT_TRUE(S_ISDIR(buffer.st_mode)); } -TEST_F(IntegrationTest, ProvidesTextFile) +TEST_F(IntegrationTest, DISABLED_ProvidesTextFile) { std::string file_name = std::string(GetBaseDir()) + "/cprovider/default/hello.txt";