Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
truly the last one
Signed-off-by: alex.eijssen <alex.eijssen@energyessentials.nl>
  • Loading branch information
alex.eijssen committed Aug 11, 2022
commit e6830cd03c166e81b9e0c809cc2843e2afae2d5d
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,7 @@ test-python-universal-postgres-online:
FEAST_USAGE=False \
IS_TEST=True \
python -m pytest -n 8 --integration \
-k "not test_push and \
not test_get_online_features and \
not test_universal_cli and \
-k "not test_universal_cli and \
not test_go_feature_server and \
not test_feature_logging and \
not test_reorder_columns and \
Expand Down