mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/octo: do not run tests as they are flaky
This commit is contained in:
parent
39d1c95061
commit
4766d05fb1
1 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue