]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: run-s3tests.sh disables bucket logging tests 61486/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 22 Jan 2025 15:58:33 +0000 (10:58 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 24 Jan 2025 16:28:58 +0000 (11:28 -0500)
this workunit is supposed to work out of the box against vstart, so
needs to track new markers that fail by default

Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/workunits/rgw/run-s3tests.sh

index 727bef9ebc4480dc9f5d0532a238467b99f67e8d..a5a26f64a080ed1743caed2a7f547ed4c7aebd07 100755 (executable)
@@ -30,7 +30,7 @@ cd $dir
 git clone https://github.com/ceph/s3-tests
 cd s3-tests
 git checkout ceph-$branch
-S3TEST_CONF=s3tests.conf.SAMPLE tox -- -m "not fails_on_rgw and not sse_s3 and not lifecycle_expiration and not test_of_sts and not webidentity_test" -v
+S3TEST_CONF=s3tests.conf.SAMPLE tox -- -m "not fails_on_rgw and not sse_s3 and not lifecycle_expiration and not test_of_sts and not webidentity_test and not fails_without_logging_rollover" -v
 
 cd ../..
 rm -rf $dir