From 2b8bb0d68eff1293050f10fec26cef38b4dfd282 Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Fri, 15 Jan 2021 13:49:55 -0800 Subject: skip magic_descriptor tests in centos 7 --- test/Dockerfile_centos7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Dockerfile_centos7') diff --git a/test/Dockerfile_centos7 b/test/Dockerfile_centos7 index 8620e7e..f2ac6e4 100644 --- a/test/Dockerfile_centos7 +++ b/test/Dockerfile_centos7 @@ -2,4 +2,4 @@ FROM centos:7 RUN yum -y update RUN yum -y install file-devel python3 python2 which COPY . /python-magic -CMD cd /python-magic/test && python3 ./run.py +CMD cd /python-magic/test && SKIP_FROM_DESCRIPTOR=1 python3 ./run.py -- cgit v1.2.1