Skip to content

Commit

Permalink
Add needs_aws_ec2 tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
DailyDreaming authored Mar 26, 2021
1 parent 5b47680 commit f26b16a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/toil/test/lib/test_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
official_flatcar_ami_release,
aws_marketplace_flatcar_ami_search,
establish_boto3_session)
from toil.test import ToilTest
from toil.test import ToilTest, needs_aws_ec2

logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.DEBUG)


@needs_aws_ec2
class AMITest(ToilTest):
@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit f26b16a

Please sign in to comment.