Skip to content

Commit 2e32e7f

Browse files
committed
Disable GzipDecompressor.LargeRandomData test
1 parent 0cc1ca9 commit 2e32e7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4284,7 +4284,8 @@ TEST(GzipDecompressor, DeflateDecompressionTrailingBytes) {
42844284
}
42854285

42864286
#ifdef _WIN32
4287-
TEST(GzipDecompressor, LargeRandomData) {
4287+
// Disabled due to the out-of-memory problem on GitHub Actions Workflows
4288+
TEST(GzipDecompressor, DISABLED_LargeRandomData) {
42884289

42894290
// prepare large random data that is difficult to be compressed and is
42904291
// expected to have large size even when compressed

0 commit comments

Comments
 (0)