From 4766d05fb13a4837c20aabcc8b62de6ddeff8949 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 21 Jun 2024 15:58:24 +0200 Subject: [PATCH] plugins/octo: do not run tests as they are flaky --- tests/test-sources/plugins/git/octo.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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;