mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-24 19:30:38 +00:00
update attr decorators for dho
* passes test_object_raw_put_authenticated * fails test_atomic_write_bucket_gone
This commit is contained in:
parent
eeaeec573b
commit
f232f43d0b
1 changed files with 1 additions and 1 deletions
|
@ -926,7 +926,6 @@ def test_object_raw_put_write_access():
|
|||
eq(res.reason, 'OK')
|
||||
|
||||
|
||||
@attr('fails_on_dho')
|
||||
@attr('fails_on_rgw')
|
||||
def test_object_raw_put_authenticated():
|
||||
bucket = get_new_bucket()
|
||||
|
@ -2205,6 +2204,7 @@ def test_atomic_dual_write_8mb():
|
|||
_test_atomic_dual_write(1024*1024*8)
|
||||
|
||||
@attr('fails_on_aws')
|
||||
@attr('fails_on_dho')
|
||||
def test_atomic_write_bucket_gone():
|
||||
bucket = get_new_bucket()
|
||||
|
||||
|
|
Loading…
Reference in a new issue