File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
x-pack/test/detection_engine_api_integration/basic/tests Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ export default ({ getService }: FtrProviderContext): void => {
192192 } ) ;
193193 } ) ;
194194
195- // import is still very slow due to the alerts client find api
195+ // import is very slow in 7.10+ due to the alerts client find api
196196 // when importing 100 rules it takes about 30 seconds for this
197197 // test to complete so at 10 rules completing in about 10 seconds
198198 // I figured this is enough to make sure the import route is doing its job.
@@ -212,6 +212,7 @@ export default ({ getService }: FtrProviderContext): void => {
212212 } ) ;
213213
214214 // uncomment the below test once we speed up the alerts client find api
215+ // in another PR.
215216 // it('should be able to import 10000 rules', async () => {
216217 // const ruleIds = new Array(10000).fill(undefined).map((_, index) => `rule-${index}`);
217218 // const { body } = await supertest
You can’t perform that action at this time.
0 commit comments