Skip to content

Commit

Permalink
skip flaky suite (#63621)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2e45234)
  • Loading branch information
spalger committed Apr 17, 2020
1 parent 03efd08 commit 126415b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional_endpoint/apps/endpoint/host_list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const esArchiver = getService('esArchiver');
const testSubjects = getService('testSubjects');

describe('host list', function() {
// FLAKY: https://github.com/elastic/kibana/issues/63621
describe.skip('host list', function() {
this.tags('ciGroup7');
const sleep = (ms = 100) => new Promise(resolve => setTimeout(resolve, ms));
before(async () => {
Expand Down

0 comments on commit 126415b

Please sign in to comment.