File: skip-window-leak.diff

package info (click to toggle)
rust-x11-clipboard 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: makefile: 9
file content (12 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: x11-clipboard/tests/window-leak.rs
===================================================================
--- x11-clipboard.orig/tests/window-leak.rs
+++ x11-clipboard/tests/window-leak.rs
@@ -26,6 +26,7 @@ mod tests {
     use super::*;
 
     #[test]
+    #[ignore = "https://github.com/quininer/x11-clipboard/issues/50"]
     fn should_work_but_does_not() -> Result<(), Error> {
         for i in 0..1000 {
             paste_to_clipboard(&format!("I have told you {} times!", i))?;