mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
disable test that is flaking with off-by-one (#30153)
This commit is contained in:
parent
233e960800
commit
3e72636872
@ -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: ".",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user