Author: Liubov Chuprikova <chuprikovalv@gmail.com>, Nilesh Patra <npatra974@gmail.com>
Last-Update: Fri, 13 Nov 2020 14:25:10 +0530
Description: Since built-time tests are running before installation,
 executables are not available yet. Marking tests as xfail - which will
 simply xpass during autopkgtests

--- a/tests/test_command.py
+++ b/tests/test_command.py
@@ -9,6 +9,7 @@ import pytest
 from utils import datapath, assert_files_equal, cutpath
 
 
+@pytest.mark.skip(reason='We cannot test this during built-time tests')
 def test_run_cutadapt_process():
     subprocess.check_call(["cutadapt", "--version"])
 
