Skip to content

Commit

Permalink
test: disable Platform{Read,Write}LargeFile by default
Browse files Browse the repository at this point in the history
  • Loading branch information
timsjostrand committed Sep 27, 2024
1 parent de5ac8e commit 5613af0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -8257,4 +8259,6 @@ TEST(Longtail, PlatformReadLargeFile)
free(buf);

Longtail_CloseFile(large_file);
}
}

#endif

0 comments on commit 5613af0

Please sign in to comment.