From 3c7f39e82baafb5702c8b9273f21d481458c4e7b Mon Sep 17 00:00:00 2001 From: Cor Zuurmond Date: Tue, 13 Aug 2024 17:03:43 +0200 Subject: [PATCH] Skip test until sufficient permission to create schema --- tests/integration/test_dashboards.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/test_dashboards.py b/tests/integration/test_dashboards.py index 6bb20ad3..8e4bd686 100644 --- a/tests/integration/test_dashboards.py +++ b/tests/integration/test_dashboards.py @@ -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()