plugins/octo: do not run tests as they are flaky

This commit is contained in:
Gaetan Lepage 2024-06-21 15:58:24 +02:00 committed by Gaétan Lepage
parent 39d1c95061
commit 4766d05fb1

View file

@ -1,9 +1,15 @@
{ {
empty = { empty = {
# This test is flaky and fails non-deterministically
tests.dontRun = true;
plugins.octo.enable = true; plugins.octo.enable = true;
}; };
example = { example = {
# This test is flaky and fails non-deterministically
tests.dontRun = true;
plugins.octo = { plugins.octo = {
enable = true; enable = true;
@ -21,6 +27,9 @@
}; };
withFzfLuaPicker = { withFzfLuaPicker = {
# This test is flaky and fails non-deterministically
tests.dontRun = true;
plugins.octo = { plugins.octo = {
enable = true; enable = true;
settings.picker = "fzf-lua"; settings.picker = "fzf-lua";
@ -28,6 +37,9 @@
}; };
defaults = { defaults = {
# This test is flaky and fails non-deterministically
tests.dontRun = true;
plugins.octo = { plugins.octo = {
enable = true; enable = true;