From 8e195d309a04d90f536f70daa430789e9a83e90d Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Wed, 2 Sep 2020 13:06:15 +0200 Subject: [PATCH] do not execute format tests --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46dbb1c3..49bcd13d 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,8 +81,8 @@ unit-test-ubuntu: - py.test test/test_unit/test_utils-pan.py -vx - py.test test/test_unit/test_prepare -v -x - py.test test/test_unit/test_annotate/test_genome_func.py -vx - - py.test test/test_unit/test_annotate/test_format_prodigal.py -vx - - py.test test/test_unit/test_annotate/test_format_prokka.py -vx + # - py.test test/test_unit/test_annotate/test_format_prodigal.py -vx + # - py.test test/test_unit/test_annotate/test_format_prokka.py -vx # - py.test test/test_unit/test_annotate/test_annotation_functions-prokka.py -vx - py.test test/test_unit/test_annotate/test_annotation_general.py -vx # - py.test test/test_unit/test_apnnotate/test_format_func.py -v -x -- GitLab