skip flaky suite (#188829)

This commit is contained in:
Tiago Costa 2024-10-17 19:06:20 +01:00
parent 613a1ebee2
commit 1a1cba7b56
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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;