We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9cb0e commit bf080cdCopy full SHA for bf080cd
1 file changed
e2e-tests/vector-search-sharded/run
@@ -20,6 +20,9 @@ test_dir=$(realpath "$(dirname "$0")")
20
. "${test_dir}/../functions"
21
set_debug
22
23
+echo "Skip this test until https://perconadev.atlassian.net/browse/PBM-1764 is resolved."
24
+exit 0
25
+
26
cluster="some-name"
27
search_index="vector_search_index"
28
0 commit comments