diff --git a/liteflow-testcase-el/liteflow-testcase-el-sql-springboot/src/test/java/com/yomahub/liteflow/test/sql/SQLWithXmlELSpringbootPollingTest.java b/liteflow-testcase-el/liteflow-testcase-el-sql-springboot/src/test/java/com/yomahub/liteflow/test/sql/SQLWithXmlELSpringbootPollingTest.java index f3ca2219..5993a2fa 100644 --- a/liteflow-testcase-el/liteflow-testcase-el-sql-springboot/src/test/java/com/yomahub/liteflow/test/sql/SQLWithXmlELSpringbootPollingTest.java +++ b/liteflow-testcase-el/liteflow-testcase-el-sql-springboot/src/test/java/com/yomahub/liteflow/test/sql/SQLWithXmlELSpringbootPollingTest.java @@ -106,10 +106,6 @@ public class SQLWithXmlELSpringbootPollingTest extends BaseTest { Assertions.assertEquals("a==>x3[x3脚本]", response.getExecuteStepStrWithoutTime()); Assertions.assertEquals("hello", context.getData("test")); - // TODO 删除脚本 - deleteScriptData(); - Thread.sleep(4000); - flowExecutor.execute2Resp("chain6", "arg"); } /**