Skip to content

Commit 6a08ac6

Browse files
committed
test(MerkleTree): ignore testConcurrent
This is an unstable concurrent unit test.
1 parent f092d0e commit 6a08ac6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

framework/src/test/java/org/tron/core/capsule/utils/MerkleTreeTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import java.util.stream.IntStream;
99
import lombok.extern.slf4j.Slf4j;
1010
import org.junit.Assert;
11+
import org.junit.Ignore;
1112
import org.junit.Rule;
1213
import org.junit.Test;
1314
import org.junit.rules.ExpectedException;
@@ -185,6 +186,7 @@ public void testAnyHashNum() {
185186
}
186187

187188
@Test
189+
@Ignore
188190
public void testConcurrent() {
189191
Sha256Hash root1 = Sha256Hash.wrap(
190192
ByteString.fromHex("6cb38b4f493db8bacf26123cd4253bbfc530c708b97b3747e782f64097c3c482"));

0 commit comments

Comments
 (0)