Skip to content

Commit

Permalink
skip flaky suite (elastic#53749)
Browse files Browse the repository at this point in the history
(cherry picked from commit fdd0c47)
  • Loading branch information
spalger committed Jun 3, 2020
1 parent f338ef2 commit 9a9aef6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/graph/graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const browser = getService('browser');

describe('graph', function () {
// FLAKY: https://github.com/elastic/kibana/issues/53749
describe.skip('graph', function () {
before(async () => {
await browser.setWindowSize(1600, 1000);
log.debug('load graph/secrepo data');
Expand Down

0 comments on commit 9a9aef6

Please sign in to comment.