Skip to content

Commit

Permalink
Merge branch 'main' into monorepo/migrate-dbt-adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt authored Jan 27, 2025
2 parents 9150725 + 980422a commit 53339fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dbt-redshift/tests/functional/test_auth_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ def dbt_profile_target(self):
}


@pytest.mark.skip(
reason="Requires us to fix by figuring out what configuration in the repo is wrong. This is blocking other PRs from getting merged, so for now, skipping."
)
class TestIAMRoleAuthProfile(AuthMethod):
@pytest.fixture(scope="class")
def dbt_profile_target(self):
Expand Down

0 comments on commit 53339fc

Please sign in to comment.