Skip to content

Commit 8ccda91

Browse files
INTPYTHON-663 Skip non-tokenized filter test in langchaingo (#83)
1 parent 5732422 commit 8ccda91

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 expected error in LangChainGo test for
13+
# 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)