disable test that is flaking with off-by-one (#30153)

This commit is contained in:
Camden Cheek 2022-01-24 19:34:53 -07:00 committed by GitHub
parent 233e960800
commit 3e72636872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -475,11 +475,12 @@ func testSearchClient(t *testing.T, client searchClient) {
name: "error count:1000",
query: "error count:1000",
},
{
name: "something with more than 1000 results and use count:1000",
query: ". count:1000",
minMatchCount: 1000,
},
// Flakey test for exactMatchCount due to bug https://github.com/sourcegraph/sourcegraph/issues/29828
// {
// name: "something with more than 1000 results and use count:1000",
// query: ". count:1000",
// minMatchCount: 1000,
// },
{
name: "default limit streaming",
query: ".",