We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d24062 commit 2e020a4Copy full SHA for 2e020a4
src/test/java/stest/tron/wallet/precondition/StressPrecondition.java
@@ -141,7 +141,7 @@ public void beforeClass() {
141
blockingStubFull = WalletGrpc.newBlockingStub(channelFull);
142
}
143
144
- @Test(enabled = true)
+ @Test(enabled = false)
145
public void test1CreateProposal() {
146
ChainParameters chainParameters = blockingStubFull
147
.getChainParameters(EmptyMessage.newBuilder().build());
0 commit comments