From 52d9c955df701b433653c3fc8a1404e34049d2e7 Mon Sep 17 00:00:00 2001 From: Enming Zhang Date: Sun, 5 Nov 2017 10:58:06 +0800 Subject: [PATCH] cleanup unneeded comments Signed-off-by: Enming Zhang --- s3tests/functional/test_s3.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index 86996ef6..cbb15a2d 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -7798,7 +7798,6 @@ def test_lifecycle_set_noncurrent(): eq(res.reason, 'OK') -# The test harnass for lifecycle is configured to treat days as 2 second intervals. @attr(resource='bucket') @attr(method='put') @attr(operation='test lifecycle non-current version expiration') @@ -7883,7 +7882,6 @@ def test_lifecycle_set_empty_filter(): -# The test harnass for lifecycle is configured to treat days as 1 second intervals. @attr(resource='bucket') @attr(method='put') @attr(operation='test lifecycle delete marker expiration') @@ -7936,7 +7934,6 @@ def test_lifecycle_set_multipart(): eq(res.reason, 'OK') -# The test harnass for lifecycle is configured to treat days as 1 second intervals. @attr(resource='bucket') @attr(method='put') @attr(operation='test lifecycle multipart expiration') -- 2.47.3