From 1454236ef3199b981eff4a1b49af1c7aed94e570 Mon Sep 17 00:00:00 2001 From: gaibu <1016771049@qq.com> Date: Fri, 29 Sep 2023 10:11:38 +0800 Subject: [PATCH] =?UTF-8?q?sql=20=E6=8F=92=E4=BB=B6=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../liteflow/test/sql/SQLWithXmlELSpringbootPollingTest.java | 4 ---- 1 file changed, 4 deletions(-) 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 f3ca22197..5993a2faa 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"); } /**