We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1c18d commit cb8d815Copy full SHA for cb8d815
packages/aws-library/tests/test_ec2_client.py
@@ -418,17 +418,6 @@ async def test_stop_start_instances(
418
else:
419
assert getattr(s, f.name) == getattr(c, f.name)
420
421
- # stop them now
422
- await simcore_ec2_api.stop_instances(created_instances)
423
- await _assert_instances_in_ec2(
424
- ec2_client,
425
- expected_num_reservations=1,
426
- expected_num_instances=num_instances,
427
- expected_instance_type=ec2_instance_config.type,
428
- expected_tags=ec2_instance_config.tags,
429
- expected_state="stopped",
430
- )
431
-
432
433
async def test_start_instances_with_insufficient_instance_capacity(
434
simcore_ec2_api: SimcoreEC2API,
0 commit comments