Skip to content

Commit bca1b11

Browse files
committed
Remove import test
1 parent 186b0b0 commit bca1b11

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

internal/service/fsx/lustre_file_system_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,12 +1127,6 @@ func TestAccFSxLustreFileSystem_metadataConfig_increaseWithStorageCapacity(t *te
11271127
resource.TestCheckResourceAttr(resourceName, "storage_capacity", "1200"),
11281128
),
11291129
},
1130-
{
1131-
ResourceName: resourceName,
1132-
ImportState: true,
1133-
ImportStateVerify: true,
1134-
ImportStateVerifyIgnore: []string{names.AttrSecurityGroupIDs},
1135-
},
11361130
{
11371131
// When storage_capacity is increased to 2400, IOPS must be increased to at least 3000.
11381132
Config: testAccLustreFileSystemConfig_metadata_iops(rName, "USER_PROVISIONED", 3000, 2400),

0 commit comments

Comments
 (0)