Skip to content

Commit

Permalink
skip flaky suite (elastic#180401)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Jan 10, 2025
1 parent 02cf947 commit 0a34e5c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { FtrProviderContext } from '../../configs/ftr_provider_context';
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 0a34e5c

Please sign in to comment.