From ec99e7138db3241790eb3f800207594cad268474 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 24 Jan 2019 10:20:47 -0500 Subject: [PATCH] Block integration tests on debian-9 results --- .circleci/config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 07d29280b..ee86d1916 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,13 @@ workflows: - "lint" - "deprecations" - "c-locale" - - "integration" + + - "integration": + requires: + # If the unit test suite doesn't pass, don't bother running the + # integration tests. + - "debian-9" + jobs: lint: