diff --git a/e2e/aws/redshift_test.go b/e2e/aws/redshift_test.go index 21a6ca4b3d4f4..96b42a50f0bc6 100644 --- a/e2e/aws/redshift_test.go +++ b/e2e/aws/redshift_test.go @@ -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)