Skip to content

Commit 721088b

Browse files
author
wangzihe
committed
Change stress.conf
1 parent 6d88b01 commit 721088b

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
@@ -141,7 +141,7 @@ public void beforeClass() {
141141
blockingStubFull = WalletGrpc.newBlockingStub(channelFull);
142142
}
143143

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

0 commit comments

Comments
 (0)