The unit tests are breaking the agile rules as they are start taking too long. This risk slowing down the overall development.
- EndToEnd and AutoConfig test in each detector shall not use an entire dataset as it just slow down a lot the over pipeline.
- LogBatcher tests should be disable to avoid calls to the API in testing because that slowdown the pipeline.
The unit tests are breaking the agile rules as they are start taking too long. This risk slowing down the overall development.