Skip to content

Commit 4a8e830

Browse files
committed
rebase issue
1 parent 9c8b80b commit 4a8e830

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integration/test_catalog.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,8 @@ def test_incompatible_sorted_schema_evolution(
717717
)
718718

719719

720+
@pytest.mark.integration
721+
@pytest.mark.parametrize("test_catalog", CATALOGS)
720722
def test_namespace_with_dot(test_catalog: Catalog) -> None:
721723
if isinstance(test_catalog, (HiveCatalog, SqlCatalog)):
722724
pytest.skip(f"{type(test_catalog).__name__} does not support dot in namespace")

0 commit comments

Comments
 (0)