diff --git a/tests/test_ec2/test_route_tables.py b/tests/test_ec2/test_route_tables.py index 919410c14..31236ad25 100644 --- a/tests/test_ec2/test_route_tables.py +++ b/tests/test_ec2/test_route_tables.py @@ -213,6 +213,7 @@ def test_route_table_associations(): cm.exception.request_id.should_not.be.none +@requires_boto_gte("2.16.0") @mock_ec2 def test_route_table_replace_route_table_association(): """