Skip to content

Commit a417ea8

Browse files
authored
chore: Skip test_historical_features_main for Snowflake (#4206)
skip test_historical_features_main for snowflake Signed-off-by: tokoko <togurg14@freeuni.edu.ge>
1 parent 6a04c48 commit a417ea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ test-python-unit:
8080
python -m pytest -n 8 --color=yes sdk/python/tests
8181

8282
test-python-integration:
83-
python -m pytest -n 8 --integration -k "not minio_registry" --color=yes --durations=5 --timeout=1200 --timeout_method=thread sdk/python/tests
83+
python -m pytest -n 8 --integration -k "(not snowflake or not test_historical_features_main) and not minio_registry" --color=yes --durations=5 --timeout=1200 --timeout_method=thread sdk/python/tests
8484

8585
test-python-integration-local:
8686
@(docker info > /dev/null 2>&1 && \

sdk/python/tests/integration/offline_store/test_universal_historical_retrieval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
@pytest.mark.parametrize(
4545
"use_substrait_odfv", [True, False], ids=lambda v: f"substrait:{v}"
4646
)
47-
def test_historical_features(
47+
def test_historical_features_main(
4848
environment, universal_data_sources, full_feature_names, use_substrait_odfv
4949
):
5050
store = environment.feature_store

0 commit comments

Comments
 (0)