Skip to content

Commit

Permalink
skip flaky suite (#180401)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 9, 2024
1 parent 09228a3 commit 0d22468
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import {
export default function (providerContext: FtrProviderContext) {
const { loadTestFile, getService, getPageObjects } = providerContext;

describe('endpoint', function () {
// FLAKY: https://github.com/elastic/kibana/issues/180401
describe.skip('endpoint', function () {
const ingestManager = getService('ingestManager');
const log = getService('log');
const endpointTestResources = getService('endpointTestResources');
Expand Down

0 comments on commit 0d22468

Please sign in to comment.