Skip to content

Commit

Permalink
skip flaky suite (#77278)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Oct 4, 2020
1 parent a1a0eed commit 285e1a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
],
];

describe('endpoint list', function () {
// Failing: See https://github.com/elastic/kibana/issues/77278
describe.skip('endpoint list', function () {
this.tags('ciGroup7');
const sleep = (ms = 100) => new Promise((resolve) => setTimeout(resolve, ms));

Expand Down

0 comments on commit 285e1a1

Please sign in to comment.