Skip to content

Commit 6e0c9cc

Browse files
authored
Skip test that fails due to insufficient permission to create schema (#248)
Can enable later, ignoring it for now as it is noise in the CI
1 parent 9064b9e commit 6e0c9cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_dashboards.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ def test_dashboard_deploys_dashboard_with_empty_title(ws, make_dashboard, tmp_pa
316316
assert ws.lakeview.get(sdk_dashboard.dashboard_id)
317317

318318

319+
@pytest.mark.skip(reason="Missing permissions to create schema")
319320
def test_dashboards_creates_dashboard_with_replace_database(ws, make_dashboard, tmp_path, sql_backend, make_schema):
320321
dashboards = Dashboards(ws)
321322
sdk_dashboard = make_dashboard()

0 commit comments

Comments
 (0)