Skip to content

Commit 7461aec

Browse files
Merge pull request tronprotocol#2582 from tronprotocol/improve_dailybuild
del getTransactionsFromThisFromSolidity testcase
2 parents 23cd880 + 2b69ce3 commit 7461aec

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

framework/src/test/java/stest/tron/wallet/dailybuild/http/HttpRateLimite001.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ public void test4QpsStrategyForgetBlockByNumResourceInterfaceOnFullnodeSolidityS
105105
Assert.assertTrue(endTimesStap - startTimeStamp > 4000);
106106
}
107107

108-
@Test(enabled = true, description = "Rate limit QpsStrategy for "
109-
+ "getTransactionsFromThisFromSolidity "
110-
+ "interface on real solidity")
108+
@Test(enabled = false, description = "Rate limit QpsStrategy for "
109+
+ "getTransactionsFromThisFromSolidity " + "interface on real solidity")
111110
public void test6QpsStrategyForgetTransactionsToThisFromSolidity() {
112111
Long startTimeStamp = System.currentTimeMillis();
113112
Integer repeatTimes = 0;

0 commit comments

Comments
 (0)