update attr decorators for dho

* passes test_object_raw_put_authenticated
* fails test_atomic_write_bucket_gone
This commit is contained in:
Stephon Striplin 2011-08-29 12:47:17 -07:00
parent eeaeec573b
commit f232f43d0b

View file

@ -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()