Skip to content

Commit

Permalink
TEST-modin-project#1961: return skipif for test_prod
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Aug 31, 2020
1 parent 0a55fd3 commit b9ea4f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modin/pandas/test/test_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3191,6 +3191,10 @@ def test_min_max_mean(
),
)

@pytest.mark.skipif(
os.name == "nt",
reason="Windows has a memory issue for large numbers on this test",
)
@pytest.mark.parametrize(
"method",
[
Expand Down

0 comments on commit b9ea4f9

Please sign in to comment.