Skip to content

Commit

Permalink
Merge pull request #10101 from terraform-providers/rfd-at002-fsx
Browse files Browse the repository at this point in the history
Ignore lint complaints for valid fsx lustre fs tests
  • Loading branch information
ryndaniels authored Sep 17, 2019
2 parents 609bf69 + 7309826 commit ed7a47f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/resource_aws_fsx_lustre_file_system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func TestAccAWSFsxLustreFileSystem_ExportPath(t *testing.T) {
})
}

// lintignore: AT002
func TestAccAWSFsxLustreFileSystem_ImportPath(t *testing.T) {
var filesystem1, filesystem2 fsx.FileSystem
resourceName := "aws_fsx_lustre_file_system.test"
Expand Down Expand Up @@ -197,6 +198,7 @@ func TestAccAWSFsxLustreFileSystem_ImportPath(t *testing.T) {
})
}

// lintignore: AT002
func TestAccAWSFsxLustreFileSystem_ImportedFileChunkSize(t *testing.T) {
var filesystem1, filesystem2 fsx.FileSystem
resourceName := "aws_fsx_lustre_file_system.test"
Expand Down

0 comments on commit ed7a47f

Please sign in to comment.