Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 496f860

Browse files
author
Mark Needham
committed
thread leak - this one too
1 parent b96f31d commit 496f860

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/test/java/org/neo4j/graphalgo/core/utils/ParallelUtilTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
package org.neo4j.graphalgo.core.utils;
2020

2121
import com.carrotsearch.randomizedtesting.RandomizedTest;
22+
import com.carrotsearch.randomizedtesting.annotations.ThreadLeakScope;
2223
import org.junit.Test;
2324
import org.neo4j.collection.primitive.PrimitiveIntIterable;
2425
import org.neo4j.collection.primitive.PrimitiveIntStack;
@@ -47,6 +48,7 @@
4748
import static org.mockito.Mockito.verify;
4849
import static org.mockito.Mockito.when;
4950

51+
@ThreadLeakScope(ThreadLeakScope.Scope.NONE)
5052
public final class ParallelUtilTest extends RandomizedTest {
5153

5254
@Test

0 commit comments

Comments
 (0)