mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
(minor) Disable ~vlofgren specific debug test
This commit is contained in:
parent
f613f4f2df
commit
c89e0ab255
@ -2,6 +2,7 @@ package nu.marginalia.index;
|
|||||||
|
|
||||||
import nu.marginalia.array.LongArrayFactory;
|
import nu.marginalia.array.LongArrayFactory;
|
||||||
import nu.marginalia.btree.BTreeReader;
|
import nu.marginalia.btree.BTreeReader;
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
@ -11,6 +12,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
|||||||
|
|
||||||
public class ReverseIndexDebugTest {
|
public class ReverseIndexDebugTest {
|
||||||
@Test
|
@Test
|
||||||
|
@Disabled // this is a debugging utility
|
||||||
public void debug() throws IOException {
|
public void debug() throws IOException {
|
||||||
long problemWord = -7909917549851025932L;
|
long problemWord = -7909917549851025932L;
|
||||||
long problemDoc = 9079256848846028801L;
|
long problemDoc = 9079256848846028801L;
|
||||||
|
Loading…
Reference in New Issue
Block a user