Skip to content

Commit 5d80128

Browse files
committed
wip
1 parent 5d629b3 commit 5d80128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/ebs/builder_acc_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1401,6 +1401,7 @@ func TestAccBuilder_EBSWithSSHPassword_NoTempKeyCreated(t *testing.T) {
14011401
}
14021402

14031403
func TestAccBuilder_AssociatePublicIPWithoutSubnet(t *testing.T) {
1404+
t.Parallel()
14041405
nonSpotInstance := amazon_acc.AMIHelper{
14051406
Region: "us-east-1",
14061407
Name: fmt.Sprintf("packer-ebs-explicit-public-ip-%d", time.Now().Unix()),
@@ -1450,7 +1451,6 @@ func TestAccBuilder_AssociatePublicIPWithoutSubnet(t *testing.T) {
14501451
for _, test := range tests {
14511452
tt := test
14521453
t.Run(tt.name, func(t *testing.T) {
1453-
t.Parallel()
14541454
testcase := &acctest.PluginTestCase{
14551455
Name: tt.name,
14561456
Template: fmt.Sprintf(tt.template, tt.amiSetup.Name, tt.IPVal),

0 commit comments

Comments
 (0)