Skip to content

Commit f431361

Browse files
authored
add ignore until api bug is fixed (#1694)
1 parent 50364bf commit f431361

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

linode/vpcsubnet/resource_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ func TestAccResourceVPCSubnet_update(t *testing.T) {
9393
ImportState: true,
9494
ImportStateVerify: true,
9595
ImportStateIdFunc: resourceImportStateID,
96+
// TODO:: remove when API response for updated timestamp is consistent
97+
ImportStateVerifyIgnore: []string{"updated"},
9698
},
9799
},
98100
})

0 commit comments

Comments
 (0)