Created
August 6, 2013 05:02
-
-
Save hub-cap/6162147 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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