Skip to content
Snippets Groups Projects
Commit 513fc021 authored by ale's avatar ale
Browse files

Skip again the flaky test for now

parent 2a38120d
Branches
No related tags found
No related merge requests found
Pipeline #15056 passed
......@@ -119,6 +119,8 @@ func TestSubmitter_HighRate(t *testing.T) {
}
func TestSubmitter_HighRate_Buffered(t *testing.T) {
t.SkipNow()
// Same as above but with smaller MaxStored.
sent, calls := runTest(t, "qps=1000/buffered", &Options{
MaxStored: 100,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment