Skip to content

Commit 4bec45c

Browse files
authored
chore: reverting test changes
1 parent 2abce07 commit 4bec45c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/@aws-cdk/aws-ec2/test/instance.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ describe('instance', () => {
138138
});
139139
test('instance architecture is correctly discerned for x86-64 instance', () => {
140140
// GIVEN
141-
const sampleInstanceClasses = ['c5', 'm5ad', 'r5n', 'm6', 't3a', 'r6i', 'mac1']; // A sample of x86-64 instance classes
141+
const sampleInstanceClasses = ['c5', 'm5ad', 'r5n', 'm6', 't3a', 'r6i']; // A sample of x86-64 instance classes
142142

143143
for (const instanceClass of sampleInstanceClasses) {
144144
// WHEN
@@ -483,4 +483,4 @@ test('cause replacement from s3 asset in userdata', () => {
483483
[`InstanceTwoDC29A7A7${hash}`]: expect.objectContaining({ Type: 'AWS::EC2::Instance', Properties: expect.anything() }),
484484
}),
485485
}));
486-
});
486+
});

0 commit comments

Comments
 (0)