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 = {
|
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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue