Skip to content

Commit

Permalink
TST: xfail flaky 3.7 test, xref pandas-dev#21636 (pandas-dev#21637)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback authored Jun 26, 2018
1 parent af8d174 commit dbd102c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandas/tests/groupby/test_categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import numpy as np
import pandas as pd
from pandas.compat import PY37
from pandas import (Index, MultiIndex, CategoricalIndex,
DataFrame, Categorical, Series, qcut)
from pandas.util.testing import assert_frame_equal, assert_series_equal
Expand Down Expand Up @@ -205,6 +206,7 @@ def test_level_get_group(observed):
assert_frame_equal(result, expected)


@pytest.mark.xfail(PY37, reason="flaky on 3.7, xref gh-21636")
@pytest.mark.parametrize('ordered', [True, False])
def test_apply(ordered):
# GH 10138
Expand Down

0 comments on commit dbd102c

Please sign in to comment.