From dabe7a1c7c9fde7d2cc799d4d21e6c2c5e036442 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Sun, 12 Mar 2023 15:16:00 -0500 Subject: [PATCH] Skip tmux-complete test under WSL The test passes but only if executed on its own. It's not the most perfect test, but I can basically never get `make test` to pass under WSL while that's not the case on all my other machines. --- tests/checks/tmux-complete.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/checks/tmux-complete.fish b/tests/checks/tmux-complete.fish index 0e3365968..8b8076109 100644 --- a/tests/checks/tmux-complete.fish +++ b/tests/checks/tmux-complete.fish @@ -1,5 +1,6 @@ #RUN: %fish %s #REQUIRES: command -v tmux +#REQUIRES: uname -r | grep -qv Microsoft isolated-tmux-start