mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#188829)
This commit is contained in:
parent
613a1ebee2
commit
1a1cba7b56
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ export default function (providerContext: FtrProviderContext) {
|
|||
The task manager is running by default in security serverless project in the background and sending usage API requests to the usage API.
|
||||
This test mocks the usage API server and intercepts the usage API request sent by the metering background task manager.
|
||||
*/
|
||||
describe('Intercept the usage API request sent by the metering background task manager', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/188829
|
||||
describe.skip('Intercept the usage API request sent by the metering background task manager', function () {
|
||||
this.tags(['skipMKI']);
|
||||
|
||||
let mockUsageApiServer: http.Server;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue