diff --git a/src/toil/test/lib/test_ec2.py b/src/toil/test/lib/test_ec2.py index b4488fc55c..82143971bf 100644 --- a/src/toil/test/lib/test_ec2.py +++ b/src/toil/test/lib/test_ec2.py @@ -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):