Tests: Tweaked two tests to be version-gated to Boto 2.8+.
This commit is contained in:
parent
fd42d19f0e
commit
632ea41d5f
@ -92,6 +92,7 @@ def test_create_job_flow_with_new_params():
|
||||
)
|
||||
|
||||
|
||||
@requires_boto_gte("2.8")
|
||||
@mock_emr
|
||||
def test_create_job_flow_visible_to_all_users():
|
||||
conn = boto.connect_emr()
|
||||
@ -267,6 +268,7 @@ def test_modify_instance_groups():
|
||||
int(instance_group2.instancerunningcount).should.equal(3)
|
||||
|
||||
|
||||
@requires_boto_gte("2.8")
|
||||
@mock_emr
|
||||
def test_set_visible_to_all_users():
|
||||
conn = boto.connect_emr()
|
||||
|
Loading…
Reference in New Issue
Block a user