We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23cd880 + 2b69ce3 commit 7461aecCopy full SHA for 7461aec
1 file changed
framework/src/test/java/stest/tron/wallet/dailybuild/http/HttpRateLimite001.java
@@ -105,9 +105,8 @@ public void test4QpsStrategyForgetBlockByNumResourceInterfaceOnFullnodeSolidityS
105
Assert.assertTrue(endTimesStap - startTimeStamp > 4000);
106
}
107
108
- @Test(enabled = true, description = "Rate limit QpsStrategy for "
109
- + "getTransactionsFromThisFromSolidity "
110
- + "interface on real solidity")
+ @Test(enabled = false, description = "Rate limit QpsStrategy for "
+ + "getTransactionsFromThisFromSolidity " + "interface on real solidity")
111
public void test6QpsStrategyForgetTransactionsToThisFromSolidity() {
112
Long startTimeStamp = System.currentTimeMillis();
113
Integer repeatTimes = 0;
0 commit comments