diff --git a/test/test.cpp b/test/test.cpp index 4b1c7ad7..bb3c780f 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -8203,6 +8203,8 @@ TEST(Longtail, Longtail_CaseSensitivePaths) SAFE_DISPOSE_API(source_storage); } +#if 0 + TEST(Longtail, PlatformWriteLargeFile) { static const uint64_t expected_size = 4ULL * 1024ULL * 1024ULL * 1024ULL; @@ -8257,4 +8259,6 @@ TEST(Longtail, PlatformReadLargeFile) free(buf); Longtail_CloseFile(large_file); -} \ No newline at end of file +} + +#endif \ No newline at end of file