Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created August 6, 2013 05:02
Show Gist options
  • Select an option

  • Save hub-cap/6162147 to your computer and use it in GitHub Desktop.

Select an option

Save hub-cap/6162147 to your computer and use it in GitHub Desktop.
diff --git a/trove/tests/api/instances_actions.py b/trove/tests/api/instances_actions.py
index 5139997..dc97019 100644
--- a/trove/tests/api/instances_actions.py
+++ b/trove/tests/api/instances_actions.py
@@ -584,7 +584,7 @@ def resize_should_not_delete_users():
@test(runs_after=[ResizeInstanceTest], depends_on=[create_user],
- groups=[GROUP, tests.INSTANCES],
+ groups=[GROUP, INSTANCE_GROUP, tests.INSTANCES],
enabled=VOLUME_SUPPORT)
class ResizeInstanceVolume(object):
""" Resize the volume of the instance """
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment