From f11b78e934c021c011ddeaa79aebb589f8a28bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr> Date: Thu, 15 Dec 2022 11:27:26 +0100 Subject: [PATCH] fix(e2e): exclude LechaptCalmon calculator refs #585 --- e2e/tested_calctypes.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/e2e/tested_calctypes.ts b/e2e/tested_calctypes.ts index cdd1fc766..590416318 100644 --- a/e2e/tested_calctypes.ts +++ b/e2e/tested_calctypes.ts @@ -1,7 +1,9 @@ // cannot import JaLHyd here :/ // @WARNING keep in sync if CalculatorType enum order changes in JaLHyd export const testedCalcTypes = [ - 0, 1, 2, 3, 4, 5, 6, + 0, + // omit 1 - LechaptCalmon + 2, 3, 4, 5, 6, // omit 7 - Structure 8, 9, 10, 11, 12, 13, // omit 14 -Section -- GitLab