From 6e0c9cce7c494c19f717be6588c273b66f0196f0 Mon Sep 17 00:00:00 2001 From: Cor Date: Tue, 13 Aug 2024 17:11:32 +0200 Subject: [PATCH] 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 --- 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()