From 523c522a2ffd127bd175285d200f349200f4f93c Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 10 Jul 2019 11:00:16 -0400 Subject: [PATCH] qa/rgw: disable some more tags for run-s3tests lifecycle_expiration tests require some additional configuration. beast and civetweb are both strict about header parsing and require fails_strict_rfc2616 Signed-off-by: Casey Bodley --- qa/workunits/rgw/run-s3tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rgw/run-s3tests.sh b/qa/workunits/rgw/run-s3tests.sh index b6278e5d5a6..0d7b9731c4f 100755 --- a/qa/workunits/rgw/run-s3tests.sh +++ b/qa/workunits/rgw/run-s3tests.sh @@ -31,7 +31,7 @@ git checkout ceph-$branch VIRTUALENV_PYTHON=/usr/bin/python2 ./bootstrap cd ../.. -S3TEST_CONF=$dir/s3-tests/s3tests.conf.SAMPLE $dir/s3-tests/virtualenv/bin/nosetests -a '!fails_on_rgw' -v +S3TEST_CONF=$dir/s3-tests/s3tests.conf.SAMPLE $dir/s3-tests/virtualenv/bin/nosetests -a '!fails_on_rgw,!lifecycle_expiration,!fails_strict_rfc2616' -v rm -rf $dir -- 2.47.3