Skip to content

Commit acfb15d

Browse files
committed
updates comments in e2e tests for import rules route
1 parent fe888cf commit acfb15d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/detection_engine_api_integration/basic/tests/import_rules.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)