Skip to content

Commit

Permalink
Skip integration test test_appends_complex_types (#286)
Browse files Browse the repository at this point in the history
The authenticated CI user misses permissions to create a table
  • Loading branch information
JCZuurmond authored Sep 16, 2024
1 parent 2ad66b6 commit 5fdac8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_structs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import datetime
import pytest
from dataclasses import dataclass

from databricks.labs.lsql.backends import StatementExecutionBackend
Expand Down Expand Up @@ -26,6 +27,7 @@ class Nesting:
struct_array: list[NestedWithDict]


@pytest.mark.skip(reason="Missing permissions to create table")
def test_appends_complex_types(ws, env_or_skip, make_random) -> None:
sql_backend = StatementExecutionBackend(ws, env_or_skip("TEST_DEFAULT_WAREHOUSE_ID"))
today = datetime.date.today()
Expand Down

0 comments on commit 5fdac8f

Please sign in to comment.