Skip to content

Commit

Permalink
Merge branch 'main' into 155190-asset-details-add-pins-to-the-metadat…
Browse files Browse the repository at this point in the history
…a-table
  • Loading branch information
jennypavlova authored Jul 6, 2023
2 parents c2d717a + bb824d3 commit dc509fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import {
export default function (providerContext: FtrProviderContext) {
const { loadTestFile, getService } = providerContext;

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

0 comments on commit dc509fd

Please sign in to comment.