Skip to content

Commit bdfd418

Browse files
mark catalog tests not xfail
1 parent f263505 commit bdfd418

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/integ/test_catalog.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from snowflake.snowpark.catalog import Catalog
1111
from snowflake.snowpark.session import Session
1212
from snowflake.snowpark.types import IntegerType
13-
from snowflake.core.exceptions import APIError
1413

1514

1615
pytestmark = [
@@ -19,10 +18,6 @@
1918
reason="deepcopy is not supported and required by local testing",
2019
run=False,
2120
),
22-
pytest.mark.xfail(
23-
raises=APIError,
24-
reason="Failure due to warehouse overload",
25-
),
2621
]
2722

2823
CATALOG_TEMP_OBJECT_PREFIX = "SP_CATALOG_TEMP"

0 commit comments

Comments
 (0)