about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tests/by-name/nv/nvim-checkhealth/test.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/by-name/nv/nvim-checkhealth/test.nix b/tests/by-name/nv/nvim-checkhealth/test.nix
index 7bd45b3c..399a25ff 100644
--- a/tests/by-name/nv/nvim-checkhealth/test.nix
+++ b/tests/by-name/nv/nvim-checkhealth/test.nix
@@ -40,5 +40,7 @@ mkTest {
 
   description = ./test.desc;
 
-  hash = "df83c3e2533402e8b1e98f50a462042b70f024bfe3c9a14f87deaf486a9ff1e3";
+  # FIXME: This is not reproducible, but is also not checked via `Expect`s. As such this
+  # whole test is quite useless, but it might work some day. <2024-11-30>
+  hash = null;
 }