From c89e0ab255803d7170d7cd3a2847a09eb11aaabc Mon Sep 17 00:00:00 2001 From: Viktor Lofgren Date: Thu, 26 Oct 2023 15:27:59 +0200 Subject: [PATCH] (minor) Disable ~vlofgren specific debug test --- .../test/java/nu/marginalia/index/ReverseIndexDebugTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/features-index/index-reverse/src/test/java/nu/marginalia/index/ReverseIndexDebugTest.java b/code/features-index/index-reverse/src/test/java/nu/marginalia/index/ReverseIndexDebugTest.java index b201eec5..6f612a06 100644 --- a/code/features-index/index-reverse/src/test/java/nu/marginalia/index/ReverseIndexDebugTest.java +++ b/code/features-index/index-reverse/src/test/java/nu/marginalia/index/ReverseIndexDebugTest.java @@ -2,6 +2,7 @@ package nu.marginalia.index; import nu.marginalia.array.LongArrayFactory; import nu.marginalia.btree.BTreeReader; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import java.io.IOException; @@ -11,6 +12,7 @@ import static org.junit.jupiter.api.Assertions.*; public class ReverseIndexDebugTest { @Test + @Disabled // this is a debugging utility public void debug() throws IOException { long problemWord = -7909917549851025932L; long problemDoc = 9079256848846028801L;