Skip to content

Commit

Permalink
Disable integration test reruns to identify flaky tests (#1787)
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals authored Aug 18, 2021
1 parent 7ef5a41 commit 2e5f6e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test-python:
FEAST_USAGE=False pytest -n 8 sdk/python/tests

test-python-integration:
FEAST_USAGE=False pytest -n 8 --integration --reruns 3 sdk/python/tests
FEAST_USAGE=False pytest -n 8 --integration sdk/python/tests

format-python:
# Sort
Expand Down
1 change: 0 additions & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"pytest-cov",
"pytest-xdist",
"pytest-lazy-fixture==0.6.3",
"pytest-rerunfailures==10.1",
"pytest-timeout==1.4.2",
"pytest-ordering==0.6.*",
"pytest-mock==1.10.4",
Expand Down

0 comments on commit 2e5f6e8

Please sign in to comment.