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 = {
# 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;