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

Commit b96f31d

Browse files
author
Mark Needham
committed
thread leak - disable this warning for now
1 parent 01ca80f commit b96f31d

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/queue/LongMinPriorityQueueTest.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.queue;
2020

2121
import com.carrotsearch.randomizedtesting.RandomizedTest;
22+
import com.carrotsearch.randomizedtesting.annotations.ThreadLeakScope;
2223
import org.junit.Test;
2324
import org.neo4j.helpers.collection.Pair;
2425

@@ -32,6 +33,7 @@
3233
import static org.junit.Assert.*;
3334

3435

36+
@ThreadLeakScope(ThreadLeakScope.Scope.NONE)
3537
public final class LongMinPriorityQueueTest extends RandomizedTest {
3638

3739
@Test

0 commit comments

Comments
 (0)