From 428ff7cb25e1fcec9203cf6de44d70b7b4c36cf2 Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Mon, 30 Dec 2019 18:44:20 +0000 Subject: [PATCH] Remove clipboard xfail --- pandas/tests/io/test_clipboard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandas/tests/io/test_clipboard.py b/pandas/tests/io/test_clipboard.py index 666dfd245acaa..4559ba264d8b7 100644 --- a/pandas/tests/io/test_clipboard.py +++ b/pandas/tests/io/test_clipboard.py @@ -258,7 +258,6 @@ 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)