forked from TrueCloudLab/s3-tests
test_bucket_create_exists works on radosgw now.
rgw bug #978 is fixed in commit 59309b376c5356afd97a2e72f126159d2a4877ba.
This commit is contained in:
parent
7d6cb51c74
commit
18185b4826
1 changed files with 0 additions and 4 deletions
|
@ -399,10 +399,6 @@ def test_bucket_create_naming_dns_dash_dot():
|
|||
check_good_bucket_name('foo-.bar')
|
||||
|
||||
|
||||
# TODO rgw create_bucket() gives 409 Conflict even when owner matches;
|
||||
# AWS ignores double-PUT
|
||||
# http://tracker.newdream.net/issues/978
|
||||
@attr('fails_on_rgw')
|
||||
def test_bucket_create_exists():
|
||||
bucket = get_new_bucket()
|
||||
# REST idempotency means this should be a nop
|
||||
|
|
Loading…
Reference in a new issue