Skip to content

Commit

Permalink
chore: Skip test_historical_features_main for Snowflake (#4206)
Browse files Browse the repository at this point in the history
skip test_historical_features_main for snowflake

Signed-off-by: tokoko <togurg14@freeuni.edu.ge>
  • Loading branch information
tokoko authored May 16, 2024
1 parent 6a04c48 commit a417ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ test-python-unit:
python -m pytest -n 8 --color=yes sdk/python/tests

test-python-integration:
python -m pytest -n 8 --integration -k "not minio_registry" --color=yes --durations=5 --timeout=1200 --timeout_method=thread sdk/python/tests
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

test-python-integration-local:
@(docker info > /dev/null 2>&1 && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
@pytest.mark.parametrize(
"use_substrait_odfv", [True, False], ids=lambda v: f"substrait:{v}"
)
def test_historical_features(
def test_historical_features_main(
environment, universal_data_sources, full_feature_names, use_substrait_odfv
):
store = environment.feature_store
Expand Down

0 comments on commit a417ea8

Please sign in to comment.