Skip to content

Commit 282bf98

Browse files
Skip non-tokenized filter test in langchaingo
1 parent 5732422 commit 282bf98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

langchaingo-golang/run.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ cd vectorstores/mongovector
99
export PATH="$PATH:/opt/golang/$GO_VERSION/bin"
1010
export GOROOT="/opt/golang/$GO_VERSION"
1111

12-
go test -v -failfast -race -shuffle=on
12+
# TODO(GODRIVER-3606): Update regression with expected test error in
13+
# LangChainGo for non-tokenized filter.
14+
go test -v -failfast -race -shuffle=on \
15+
-skip "TestStore_SimilaritySearch_NonExactQuery/with_non-tokenized_filter"

0 commit comments

Comments
 (0)