We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe4769 commit ae20110Copy full SHA for ae20110
integration-tests/src/test/java/org/web3j/protocol/besu/BesuPrivacyQuickstartIntegrationTest.java
@@ -20,6 +20,7 @@
20
21
import org.junit.jupiter.api.AfterAll;
22
import org.junit.jupiter.api.BeforeAll;
23
+import org.junit.jupiter.api.Disabled;
24
import org.junit.jupiter.api.Test;
25
26
import org.web3j.crypto.Credentials;
@@ -48,6 +49,7 @@
48
49
import static org.web3j.utils.Restriction.RESTRICTED;
50
51
/** Test designed to run with besu-quickstart https://github.com/Consensys/quorum-dev-quickstart */
52
+@Disabled("Tessera has been deprecated.")
53
public class BesuPrivacyQuickstartIntegrationTest {
54
private static final int CHAIN_ID = 1337;
55
0 commit comments