mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#169325)
This commit is contained in:
parent
8366c8b32c
commit
cd8841c284
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
const kibanaServerUrl = formatUrl(config.get('servers.kibana'));
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
describe('POST /internal/aiops/log_rate_analysis - groups only', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/169325
|
||||
describe.skip('POST /internal/aiops/log_rate_analysis - groups only', () => {
|
||||
logRateAnalysisTestData.forEach((testData) => {
|
||||
const overrides = {
|
||||
loaded: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue