From 5a079bcaa7bd88b915a96b5ae6267c95fa183324 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 2 Jan 2022 18:42:04 +0100 Subject: [PATCH] ci: disable some tests with msan since they look broken they show issues I don't get in the EFL --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8657515e..db6cfe28 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -171,7 +171,6 @@ jobs: name: Launch tests command: | cd /terminology - tests/run_tests.sh -v -t build/src/bin/tytest -r tests/tests.results -d tests/ build/src/bin/tytest dummy build/src/bin/tytest all build_and_test_clang_lsan_efl_latest: