diff --git a/tests/test-sources/plugins/git/octo.nix b/tests/test-sources/plugins/git/octo.nix index 467121f2..5809c8db 100644 --- a/tests/test-sources/plugins/git/octo.nix +++ b/tests/test-sources/plugins/git/octo.nix @@ -1,9 +1,15 @@ { empty = { + # This test is flaky and fails non-deterministically + tests.dontRun = true; + plugins.octo.enable = true; }; example = { + # This test is flaky and fails non-deterministically + tests.dontRun = true; + plugins.octo = { enable = true; @@ -21,6 +27,9 @@ }; withFzfLuaPicker = { + # This test is flaky and fails non-deterministically + tests.dontRun = true; + plugins.octo = { enable = true; settings.picker = "fzf-lua"; @@ -28,6 +37,9 @@ }; defaults = { + # This test is flaky and fails non-deterministically + tests.dontRun = true; + plugins.octo = { enable = true;