We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f263505 commit bdfd418Copy full SHA for bdfd418
tests/integ/test_catalog.py
@@ -10,7 +10,6 @@
10
from snowflake.snowpark.catalog import Catalog
11
from snowflake.snowpark.session import Session
12
from snowflake.snowpark.types import IntegerType
13
-from snowflake.core.exceptions import APIError
14
15
16
pytestmark = [
@@ -19,10 +18,6 @@
19
18
reason="deepcopy is not supported and required by local testing",
20
run=False,
21
),
22
- pytest.mark.xfail(
23
- raises=APIError,
24
- reason="Failure due to warehouse overload",
25
- ),
26
]
27
28
CATALOG_TEMP_OBJECT_PREFIX = "SP_CATALOG_TEMP"
0 commit comments