Skip to content

Commit 388a19e

Browse files
author
wangzihe
committed
Set proposal to false
1 parent 54eb195 commit 388a19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/stest/tron/wallet/precondition/StressPrecondition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public void beforeClass() {
140140
blockingStubFull = WalletGrpc.newBlockingStub(channelFull);
141141
}
142142

143-
@Test(enabled = true)
143+
@Test(enabled = false)
144144
public void test1CreateProposal() {
145145
ChainParameters chainParameters = blockingStubFull
146146
.getChainParameters(EmptyMessage.newBuilder().build());

0 commit comments

Comments
 (0)