Skip to content

Commit

Permalink
[v15] skip redshift serverless e2e test (#41214)
Browse files Browse the repository at this point in the history
* skip redshift serverless e2e test

* Update e2e/aws/redshift_test.go

Co-authored-by: Edoardo Spadolini <[email protected]>

---------

Co-authored-by: Gavin Frazar <[email protected]>
Co-authored-by: Edoardo Spadolini <[email protected]>
  • Loading branch information
3 people authored May 6, 2024
1 parent 834c8ac commit 61054d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/aws/redshift_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import (
)

func testRedshiftServerless(t *testing.T) {
t.Skip("skipped until we fix the spacelift stack")
t.Parallel()
accessRole := mustGetEnv(t, rssAccessRoleEnv)
discoveryRole := mustGetEnv(t, rssDiscoveryRoleEnv)
Expand Down

0 comments on commit 61054d1

Please sign in to comment.