From 54fdbfc93ba1ef0099181512d9d3d67b2f81efa0 Mon Sep 17 00:00:00 2001 From: bradh352 Date: Tue, 19 Oct 2021 08:37:04 -0400 Subject: [PATCH] try to disable container tests --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 1d903f7b..0d717907 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,6 +9,7 @@ task: LC_ALL: "C" SCAN_BUILD: "scan-build" MAKE: "make" + TEST_FILTER: "--gtest_filter=-*Container*" container: image: debian:latest - name: "Debian arm64" @@ -17,6 +18,7 @@ task: LC_ALL: "C" SCAN_BUILD: "scan-build" MAKE: "make" + TEST_FILTER: "--gtest_filter=-*Container*" arm_container: image: debian:latest - name: "FreeBSD amd64"