Skip to content

Commit

Permalink
Fix 'TestAccDataSyncLocationHDFS_kerberos'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Mar 19, 2024
1 parent 5dde47b commit ab049a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/service/datasync/location_hdfs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ func TestAccDataSyncLocationHDFS_kerberos(t *testing.T) {
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{
"kerberos_keytab_base64",
"kerberos_krb5_conf",
},
},
},
})
Expand Down

0 comments on commit ab049a4

Please sign in to comment.