Skip to content

Commit

Permalink
Skip test that fails due to insufficient permission to create schema (#…
Browse files Browse the repository at this point in the history
…248)

Can enable later, ignoring it for now as it is noise in the CI
  • Loading branch information
JCZuurmond authored Aug 13, 2024
1 parent 9064b9e commit 6e0c9cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_dashboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ def test_dashboard_deploys_dashboard_with_empty_title(ws, make_dashboard, tmp_pa
assert ws.lakeview.get(sdk_dashboard.dashboard_id)


@pytest.mark.skip(reason="Missing permissions to create schema")
def test_dashboards_creates_dashboard_with_replace_database(ws, make_dashboard, tmp_path, sql_backend, make_schema):
dashboards = Dashboards(ws)
sdk_dashboard = make_dashboard()
Expand Down

0 comments on commit 6e0c9cc

Please sign in to comment.