Skip to content

Commit 5941e00

Browse files
committed
Disable long running test
1 parent d8e9528 commit 5941e00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/BigArrayListTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import com.dselent.bigarraylist.BigArrayList;
88
import org.junit.jupiter.api.AfterEach;
99
import org.junit.jupiter.api.BeforeAll;
10+
import org.junit.jupiter.api.Disabled;
1011
import org.junit.jupiter.api.Test;
1112

1213
import static org.junit.jupiter.api.Assertions.assertEquals;
@@ -56,6 +57,7 @@ protected void tearDown() throws Exception
5657
* Monte-carlo test case. Tests random operations on BigArrayLists with parameters randomized within ranges.
5758
*/
5859
@Test
60+
@Disabled
5961
public void testBigArrayList()
6062
{
6163
for(int i=0; i<testRuns; i++)

0 commit comments

Comments
 (0)