Skip to content

Commit 67252e0

Browse files
Skip Iceberg DDL tests on PR CI (#980)
Skips Iceberg DDL tests on PR CI to avoid running out of disk space.
1 parent 57849ee commit 67252e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BodoSQL/bodosql/tests/test_types/test_iceberg_ddl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from BodoSQL.bodosql.bodosql_types.rest_catalog import RESTCatalog
1919
from bodosql.tests.utils import assert_equal_par, replace_type_varchar
2020

21-
pytestmark = pytest_polaris + pytest_one_rank
21+
pytestmark = pytest_polaris + pytest_one_rank + [pytest.mark.slow]
2222

2323

2424
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)