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 9d4068c commit 6e8d57fCopy full SHA for 6e8d57f
src/test/java/stest/tron/wallet/precondition/StressPrecondition.java
@@ -140,7 +140,7 @@ public void beforeClass() {
140
blockingStubFull = WalletGrpc.newBlockingStub(channelFull);
141
}
142
143
- @Test(enabled = false)
+ @Test(enabled = true)
144
public void test1CreateProposal() {
145
ChainParameters chainParameters = blockingStubFull
146
.getChainParameters(EmptyMessage.newBuilder().build());
0 commit comments