Skip to content

Commit

Permalink
Skip 'TestAccFirehoseDeliveryStream_icebergUpdates'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Oct 23, 2024
1 parent ca407ae commit fadb835
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/service/firehose/delivery_stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,9 @@ func TestAccFirehoseDeliveryStream_ExtendedS3_mskClusterSource(t *testing.T) {
}

func TestAccFirehoseDeliveryStream_icebergUpdates(t *testing.T) {
// "InvalidArgumentException: Role ... is not authorized to perform: glue:GetTable for the given table or the table does not exist."
acctest.Skip(t, "Unresolvable Glue permission issue")

ctx := acctest.Context(t)
var stream types.DeliveryStreamDescription
rName := sdkacctest.RandomWithPrefix(acctest.ResourcePrefix)
Expand Down

0 comments on commit fadb835

Please sign in to comment.