> @@ -86,6 +117,45 @@ public void testGet() throws Exception {
> }
> }
>
> + /**
> + * By default, this method is disabled due to daily purge limitations of
> 25 objects per day.
> + */
> + @Test(enabled = false)
Because you can only purge 25 objects per day, I felt that this test should be
disabled. As long as you don't run the live tests more than 25 times a day,
enabling this should be fine.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/85/files#r11129835