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 aa423e4 commit 2e8c5d9Copy full SHA for 2e8c5d9
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 = false)
+ @Test(enabled = true)
145
public void test1CreateProposal() {
146
ChainParameters chainParameters = blockingStubFull
147
.getChainParameters(EmptyMessage.newBuilder().build());
0 commit comments