Skip to content

Commit ae20110

Browse files
committed
Besu Privacy Test disabled
Signed-off-by: Nischal Sharma <[email protected]>
1 parent afe4769 commit ae20110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration-tests/src/test/java/org/web3j/protocol/besu/BesuPrivacyQuickstartIntegrationTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
import org.junit.jupiter.api.AfterAll;
2222
import org.junit.jupiter.api.BeforeAll;
23+
import org.junit.jupiter.api.Disabled;
2324
import org.junit.jupiter.api.Test;
2425

2526
import org.web3j.crypto.Credentials;
@@ -48,6 +49,7 @@
4849
import static org.web3j.utils.Restriction.RESTRICTED;
4950

5051
/** Test designed to run with besu-quickstart https://github.com/Consensys/quorum-dev-quickstart */
52+
@Disabled("Tessera has been deprecated.")
5153
public class BesuPrivacyQuickstartIntegrationTest {
5254
private static final int CHAIN_ID = 1337;
5355

0 commit comments

Comments
 (0)