From d809cec0696c63ae73c9b015f506a114d5d52cf4 Mon Sep 17 00:00:00 2001 From: Attila Vamos Date: Thu, 18 Apr 2024 15:56:25 +0100 Subject: [PATCH] ML-528 Add "#ONWARNING(30004, ignore)" to test cases in LearningTree bundle. Add "#ONWARNING(30004, ignore);" to avoid warning for execute time skew into - ClassificationTestModified.ecl - RegressionTestModified.ecl Signed-off-by: Attila Vamos --- ecl/ClassificationTestModified.ecl | 1 + ecl/RegressionTestModified.ecl | 1 + 2 files changed, 2 insertions(+) diff --git a/ecl/ClassificationTestModified.ecl b/ecl/ClassificationTestModified.ecl index 31f0639..deb39e8 100644 --- a/ecl/ClassificationTestModified.ecl +++ b/ecl/ClassificationTestModified.ecl @@ -15,6 +15,7 @@ limitations under the License. ############################################################################## */ +#ONWARNING(30004, ignore); // Do not report execute time skew warning #ONWARNING(2007, ignore); #ONWARNING(4531, ignore); #ONWARNING(4550, ignore); diff --git a/ecl/RegressionTestModified.ecl b/ecl/RegressionTestModified.ecl index 5dd7238..f838a00 100644 --- a/ecl/RegressionTestModified.ecl +++ b/ecl/RegressionTestModified.ecl @@ -15,6 +15,7 @@ limitations under the License. ############################################################################## */ +#ONWARNING(30004, ignore); // Do not report execute time skew warning #ONWARNING(4550, ignore); // Modified version of the testCovTypeReg test file that works with the