From b904ef08bc5de00c43e3d70acb6a567f8dda46d3 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 12 Jun 2023 13:33:44 -0400 Subject: [PATCH] readme: change fails_on_aws back to fails_on_rgw Signed-off-by: Casey Bodley --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cf9e702..9b1b923 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ located in the ``s3test_boto3`` directory. You can run only the boto3 tests with:: - S3TEST_CONF=your.conf tox -- -m 'not fails_on_aws' s3tests_boto3/functional + S3TEST_CONF=your.conf tox -- -m 'not fails_on_rgw' s3tests_boto3/functional ======================== STS compatibility tests