From 6ed9c6e2056f13d01e8da8dd8de5180b42ac18fb Mon Sep 17 00:00:00 2001 From: Alexandre Lamarre Date: Thu, 11 Apr 2024 11:29:16 -0400 Subject: [PATCH] remove integration tests from make CI Signed-off-by: Alexandre Lamarre --- scripts/ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci b/scripts/ci index d3828726..c9328e0a 100755 --- a/scripts/ci +++ b/scripts/ci @@ -10,4 +10,4 @@ cd $(dirname $0) ./package ./chart/test ./hull -./integration +# ./integration