We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LargeRandomData
1 parent 879dd26 commit ccbddd8Copy full SHA for ccbddd8
test/test.cc
@@ -2869,6 +2869,7 @@ TEST(GzipDecompressor, ChunkedDecompression) {
2869
ASSERT_EQ(data, decompressed_data);
2870
}
2871
2872
+#ifdef _WIN32
2873
TEST(GzipDecompressor, LargeRandomData) {
2874
2875
// prepare large random data that is difficult to be compressed and is
@@ -2915,6 +2916,7 @@ TEST(GzipDecompressor, LargeRandomData) {
2915
2916
0);
2917
2918
#endif
2919
+#endif
2920
2921
#ifdef CPPHTTPLIB_BROTLI_SUPPORT
2922
TEST_F(ServerTest, GetStreamedChunkedWithBrotli) {
0 commit comments