From d088a2f6adff5a293e01de1939d1b507a3c4a931 Mon Sep 17 00:00:00 2001
From: Amandine PERRIN <amandine.perrin@pasteur.fr>
Date: Fri, 16 Oct 2020 10:38:08 +0200
Subject: [PATCH] remove func tests for align

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e3f1240..fe551a83 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -110,7 +110,8 @@ func-test-ubuntu:
     - py.test test/test_functional/test_prepare* -vx
     - py.test test/test_functional/test_pangenome* -vx
     - py.test test/test_functional/test_corepers* -vx
-    - py.test test/test_functional/test_align* -vx
+    # - py.test test/test_functional/test_align* -vx
+    - py.test test/test_functional/test_align-parser.py -vx
     - py.test test/test_functional/test_tree* -vx
     - py.test test/test_functional/test_tree-parser.py -vx
     - py.test test/test_functional/test_annote-parser.py -vx
-- 
GitLab