mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
enabled ec2 cloud tests
This commit is contained in:
parent
7596313be0
commit
be74c45463
1 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@ import integration
|
|||
from salt.config import cloud_providers_config
|
||||
|
||||
# Import Salt Testing Libs
|
||||
from salttesting import skipIf
|
||||
from salttesting.helpers import ensure_in_syspath, expensiveTest
|
||||
|
||||
ensure_in_syspath('../../../')
|
||||
|
@ -37,7 +36,6 @@ INSTANCE_NAME = __random_name()
|
|||
PROVIDER_NAME = 'ec2'
|
||||
|
||||
|
||||
@skipIf(True, 'Skipping until we can figure out why the testrunner bails.')
|
||||
class EC2Test(integration.ShellCase):
|
||||
'''
|
||||
Integration tests for the EC2 cloud provider in Salt-Cloud
|
||||
|
|
Loading…
Add table
Reference in a new issue