Skip to content

Commit

Permalink
Merge pull request #5927 from halibobo1205/test/remove_unstable_test
Browse files Browse the repository at this point in the history
test(merkle): ignore testConcurrent to make CI more stable
  • Loading branch information
lvs007 authored Jul 19, 2024
2 parents f092d0e + 6a08ac6 commit 4211348
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import java.util.stream.IntStream;
import lombok.extern.slf4j.Slf4j;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
Expand Down Expand Up @@ -185,6 +186,7 @@ public void testAnyHashNum() {
}

@Test
@Ignore
public void testConcurrent() {
Sha256Hash root1 = Sha256Hash.wrap(
ByteString.fromHex("6cb38b4f493db8bacf26123cd4253bbfc530c708b97b3747e782f64097c3c482"));
Expand Down

0 comments on commit 4211348

Please sign in to comment.