Skip to content

Commit e352e6a

Browse files
committed
skip running test with unsupported feature_interval_types feature
1 parent f764dd4 commit e352e6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/integ/test_interval_types.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
pytestmark = pytest.mark.skipolddriver # old test driver tests won't run this module
1212

1313

14+
# note whummer: unable to run `feature_interval_types=enabled` against our Snowflake instance for snapshot testing
15+
@pytest.mark.skip(reason="`feature_interval_types` not available in public Snowflake")
1416
@pytest.mark.parametrize("use_numpy", [True, False])
1517
@pytest.mark.parametrize("result_format", ["json", "arrow"])
1618
def test_select_year_month_interval(conn_cnx, use_numpy, result_format):
@@ -43,6 +45,8 @@ def test_select_year_month_interval(conn_cnx, use_numpy, result_format):
4345
assert result == expected
4446

4547

48+
# note whummer: unable to run `feature_interval_types=enabled` against our Snowflake instance for snapshot testing
49+
@pytest.mark.skip(reason="`feature_interval_types` not available in public Snowflake")
4650
@pytest.mark.parametrize("use_numpy", [True, False])
4751
@pytest.mark.parametrize("result_format", ["json", "arrow"])
4852
def test_select_day_time_interval(conn_cnx, use_numpy, result_format):

0 commit comments

Comments
 (0)