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.
1 parent 0cc1ca9 commit 2e32e7fCopy full SHA for 2e32e7f
test/test.cc
@@ -4284,7 +4284,8 @@ TEST(GzipDecompressor, DeflateDecompressionTrailingBytes) {
4284
}
4285
4286
#ifdef _WIN32
4287
-TEST(GzipDecompressor, LargeRandomData) {
+// Disabled due to the out-of-memory problem on GitHub Actions Workflows
4288
+TEST(GzipDecompressor, DISABLED_LargeRandomData) {
4289
4290
// prepare large random data that is difficult to be compressed and is
4291
// expected to have large size even when compressed
0 commit comments