diff --git a/pkg/index/index_test.go b/pkg/index/index_test.go index 3fc8623ec..f782aff76 100644 --- a/pkg/index/index_test.go +++ b/pkg/index/index_test.go @@ -58,7 +58,7 @@ func TestFiles_Memory(t *testing.T) { var ( // those dirs are not packages implementing indexers, // hence we do not want to check them. - excludedDirs = []string{"indextest", "testdata"} + excludedDirs = []string{"indextest", "testdata", "sqlindex"} // A map is used in hasAllRequiredTests to note which required // tests have been found in a package, by setting the corresponding // booleans to true. Those are the keys for this map.