Skip to content

Commit

Permalink
skip flaky suite (#140701)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 23, 2022
1 parent 65d3ade commit 15e4a3f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const testSubjects = getService('testSubjects');
const pageObjects = getPageObjects(['common', 'timeline']);

describe('App level Endpoint functionality', () => {
// FLAKY: https://github.com/elastic/kibana/issues/140701
describe.skip('App level Endpoint functionality', () => {
let indexedData: IndexedHostsAndAlertsResponse;
let endpointAgentId: string;

Expand Down

0 comments on commit 15e4a3f

Please sign in to comment.