diff --git a/langchaingo-golang/run.sh b/langchaingo-golang/run.sh index 0f149c5..502db1e 100644 --- a/langchaingo-golang/run.sh +++ b/langchaingo-golang/run.sh @@ -9,4 +9,7 @@ cd vectorstores/mongovector export PATH="$PATH:/opt/golang/$GO_VERSION/bin" export GOROOT="/opt/golang/$GO_VERSION" -go test -v -failfast -race -shuffle=on +# TODO(GODRIVER-3606): Update expected error in LangChainGo test for +# non-tokenized filter. +go test -v -failfast -race -shuffle=on \ + -skip "TestStore_SimilaritySearch_NonExactQuery/with_non-tokenized_filter"