From fe6bf07479c7a688435973b5beb7c5f48763d98f Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Fri, 2 Sep 2016 09:54:17 -0700 Subject: [PATCH] Ignore any ERROR in JVM plots Lately I see some sporadic failure in JVM plots. These ERRORs should not impact test suite. Change-Id: I807e43d6f643d773cd129c4cd8912fa66afead73 Signed-off-by: Luis Gomez --- csit/suites/integration/Create_JVM_Plots.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/suites/integration/Create_JVM_Plots.robot b/csit/suites/integration/Create_JVM_Plots.robot index a0175d7d77..8921066591 100644 --- a/csit/suites/integration/Create_JVM_Plots.robot +++ b/csit/suites/integration/Create_JVM_Plots.robot @@ -4,4 +4,4 @@ Resource ${CURDIR}/../../libraries/CheckJVMResource.robot *** Test Cases *** Create JVM Plots - CheckJVMResource.Create JVM Plots + BuiltIn.Run Keyword And Ignore Error CheckJVMResource.Create JVM Plots -- 2.36.6