diff --git a/tests/test_ec2/test_instances.py b/tests/test_ec2/test_instances.py index 9e83d5ef..150544b4 100644 --- a/tests/test_ec2/test_instances.py +++ b/tests/test_ec2/test_instances.py @@ -517,6 +517,7 @@ def test_describe_instance_status_with_instance_filter(): cm.exception.status.should.equal(400) cm.exception.request_id.should_not.be.none +@requires_boto_gte("2.32.0") @mock_ec2 def test_describe_instance_status_with_non_running_instances(): conn = boto.connect_ec2('the_key', 'the_secret')