Skip to content

Commit

Permalink
test: Remove c7a instancetype for windows test (#4770)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam committed Oct 6, 2023
1 parent efec6c9 commit 7208b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/integration/ami_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ var _ = Describe("AMI", func() {
{
Key: v1alpha1.LabelInstanceFamily,
Operator: v1.NodeSelectorOpNotIn,
Values: []string{"m7a", "r7a"},
Values: []string{"m7a", "r7a", "c7a"},
},
{
Key: v1alpha1.LabelInstanceCategory,
Expand Down

0 comments on commit 7208b2e

Please sign in to comment.