Skip to content

Commit

Permalink
xfail clipboard for now (pandas-dev#29736)
Browse files Browse the repository at this point in the history
* xfail clipboard for now

* bool
  • Loading branch information
TomAugspurger authored and proost committed Dec 19, 2019
1 parent bc91683 commit 1bcf95e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/io/test_clipboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def test_round_trip_valid_encodings(self, enc, df):
@pytest.mark.clipboard
@pytest.mark.skipif(not _DEPS_INSTALLED, reason="clipboard primitives not installed")
@pytest.mark.parametrize("data", ["\U0001f44d...", "Ωœ∑´...", "abcd..."])
@pytest.mark.xfail(reason="flaky in CI", strict=False)
def test_raw_roundtrip(data):
# PR #25040 wide unicode wasn't copied correctly on PY3 on windows
clipboard_set(data)
Expand Down

0 comments on commit 1bcf95e

Please sign in to comment.