We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57849ee commit 67252e0Copy full SHA for 67252e0
1 file changed
BodoSQL/bodosql/tests/test_types/test_iceberg_ddl.py
@@ -18,7 +18,7 @@
18
from BodoSQL.bodosql.bodosql_types.rest_catalog import RESTCatalog
19
from bodosql.tests.utils import assert_equal_par, replace_type_varchar
20
21
-pytestmark = pytest_polaris + pytest_one_rank
+pytestmark = pytest_polaris + pytest_one_rank + [pytest.mark.slow]
22
23
24
@pytest.fixture(scope="session")
0 commit comments