Skip to content

Commit

Permalink
Disable BigByteArray*Stream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Nov 6, 2023
1 parent 90c0660 commit dfb4666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

import static org.junit.jupiter.api.Assertions.*;

@Disabled("This test takes a lot of time and resources.")
class BigByteArrayInputStreamTest {

private static final int MAX_SINGLE_BUFFER_SIZE = Integer.MAX_VALUE - 8;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import static org.junit.jupiter.api.Assertions.*;

@Disabled("This test takes a lot of time and resources.")
class BigByteArrayOutputStreamTest {
final static Random rng = new Random(0);

Expand Down

0 comments on commit dfb4666

Please sign in to comment.