aports/main/fish/ignore-test_history_races.patch
2025-02-28 13:56:47 +00:00

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