From 9677ebb44e9145bea600f5e4c79c7f78b7447c9c Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 17 Oct 2024 12:41:16 -0500 Subject: [PATCH] disable tests --- repertory/repertory_test/src/fuse_drive_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repertory/repertory_test/src/fuse_drive_test.cpp b/repertory/repertory_test/src/fuse_drive_test.cpp index ed79c146..53a9ef16 100644 --- a/repertory/repertory_test/src/fuse_drive_test.cpp +++ b/repertory/repertory_test/src/fuse_drive_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 "fixtures/fuse_fixture.hpp" @@ -560,3 +561,4 @@ TYPED_TEST(fuse_test, chown) { } // namespace repertory #endif // !defined(_WIN32) +#endif // 0