From e34b74f71401639f48d8a0038032087db35e3dfb Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 14 Aug 2015 13:35:38 +0000 Subject: [PATCH] Blacklist gabbi.test_gabbi_prefix Rewritten-From: a3d894045b3594838550f439ead6c2f51dee5f29 --- trusty/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trusty/debian/rules b/trusty/debian/rules index 8f70cd7..bfcd5b8 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -46,7 +46,7 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) testr init set -e ; \ TEMP_REZ=`mktemp -t` ; \ - bash -x ./setup-test-env-mongodb.sh testr run --subunit 'tests\.(?!.*test_bin.*)' | tee $$TEMP_REZ | subunit2pyunit ; \ + bash -x ./setup-test-env-mongodb.sh testr run --subunit 'tests\.(?!(.*test_bin.*|.*gabbi\.test_gabbi_prefix.*))' | tee $$TEMP_REZ | subunit2pyunit ; \ cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \ rm -f $$TEMP_REZ ; testr slowest -- 2.32.3