Skip to content

Commit 6a6b542

Browse files
committed
Skips test due to error in terraform-plugin-testing
1 parent 600bc02 commit 6a6b542

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/service/ec2/ec2_instance_list_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ func TestAccEC2Instance_List_Filtered(t *testing.T) {
209209
}
210210

211211
func TestAccEC2Instance_List_ExcludeAutoScaled(t *testing.T) {
212+
t.Skip("Skipping because zero-result queries cause a failure now")
213+
212214
ctx := acctest.Context(t)
213215

214216
rName := sdkacctest.RandomWithPrefix(acctest.ResourcePrefix)

0 commit comments

Comments
 (0)