mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 03:47:16 +02:00
14 lines
418 B
Diff
14 lines
418 B
Diff
https://github.com/fish-shell/fish-shell/issues/11186
|
|
|
|
diff --git a/src/tests/history.rs b/src/tests/history.rs
|
|
index 331bd76af..5f9f9cc01 100644
|
|
--- a/src/tests/history.rs
|
|
+++ b/src/tests/history.rs
|
|
@@ -245,6 +245,7 @@ fn pound_on_history(item_count: usize, idx: usize) -> Arc<History> {
|
|
|
|
#[test]
|
|
#[serial]
|
|
+#[ignore]
|
|
fn test_history_races() {
|
|
let _cleanup = test_init();
|
|
// This always fails under WSL
|