Skip to content

Commit 5ac1904

Browse files
authored
Merge pull request ceph#61486 from cbodley/wip-qa-rgw-s3tests-logging
qa/rgw: run-s3tests.sh disables bucket_logging tests Reviewed-by: Yuval Lifshitz <[email protected]>
2 parents ac8d74a + ae133fe commit 5ac1904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/workunits/rgw/run-s3tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cd $dir
3030
git clone https://github.com/ceph/s3-tests
3131
cd s3-tests
3232
git checkout ceph-$branch
33-
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
33+
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
3434

3535
cd ../..
3636
rm -rf $dir

0 commit comments

Comments
 (0)