diff --git a/repertory/repertory_test/src/providers_test.cpp b/repertory/repertory_test/src/providers_test.cpp index fc7fe195..0fc0ad1a 100644 --- a/repertory/repertory_test/src/providers_test.cpp +++ b/repertory/repertory_test/src/providers_test.cpp @@ -19,6 +19,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#if 0 + #include "test_common.hpp" #include "comm/curl/curl_comm.hpp" @@ -42,7 +44,7 @@ using gid_t = std::uint32_t; using uid_t = std::uint32_t; static constexpr auto getgid() -> gid_t { return 0U; } static constexpr auto getuid() -> uid_t { return 0U; } -#endif +#endif // defined(_WIN32) const auto check_forced_dirs = [](const repertory::directory_item_list &list) { static auto forced_dirs = std::array{".", ".."}; @@ -747,3 +749,5 @@ TEST(providers, sia_provider) { event_system::instance().stop(); } } // namespace repertory + +#endif // 0 diff --git a/repertory/repertory_test/src/winfsp_test.cpp b/repertory/repertory_test/src/winfsp_test.cpp index 36a7882b..f14d326c 100644 --- a/repertory/repertory_test/src/winfsp_test.cpp +++ b/repertory/repertory_test/src/winfsp_test.cpp @@ -19,6 +19,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#if 0 #if defined(_WIN32) #include "test_common.hpp" @@ -380,4 +381,5 @@ TEST_F(winfsp_test, all_tests) { } } // namespace repertory -#endif +#endif // defined(_WIN32) +#endif // 0