We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f092d0e + 6a08ac6 commit 4211348Copy full SHA for 4211348
1 file changed
framework/src/test/java/org/tron/core/capsule/utils/MerkleTreeTest.java
@@ -8,6 +8,7 @@
8
import java.util.stream.IntStream;
9
import lombok.extern.slf4j.Slf4j;
10
import org.junit.Assert;
11
+import org.junit.Ignore;
12
import org.junit.Rule;
13
import org.junit.Test;
14
import org.junit.rules.ExpectedException;
@@ -185,6 +186,7 @@ public void testAnyHashNum() {
185
186
}
187
188
@Test
189
+ @Ignore
190
public void testConcurrent() {
191
Sha256Hash root1 = Sha256Hash.wrap(
192
ByteString.fromHex("6cb38b4f493db8bacf26123cd4253bbfc530c708b97b3747e782f64097c3c482"));
0 commit comments