Skip to content

Commit 6b3ba98

Browse files
xfail clipboard for now (#29736)
* xfail clipboard for now * bool
1 parent 6bfd03e commit 6b3ba98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_clipboard.py

+1
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ def test_round_trip_valid_encodings(self, enc, df):
258258
@pytest.mark.clipboard
259259
@pytest.mark.skipif(not _DEPS_INSTALLED, reason="clipboard primitives not installed")
260260
@pytest.mark.parametrize("data", ["\U0001f44d...", "Ωœ∑´...", "abcd..."])
261+
@pytest.mark.xfail(reason="flaky in CI", strict=False)
261262
def test_raw_roundtrip(data):
262263
# PR #25040 wide unicode wasn't copied correctly on PY3 on windows
263264
clipboard_set(data)

0 commit comments

Comments
 (0)