Skip to content

Commit 3a133d3

Browse files
committed
removed unnecessary tests on multiple instance types
1 parent 09f6f2d commit 3a133d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-library/tests/test_ec2_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535

3636
def _ec2_allowed_types() -> list[InstanceTypeType]:
37-
return ["t2.nano", "m5.12xlarge", "g4dn.4xlarge"]
37+
return ["m5.12xlarge"]
3838

3939

4040
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)