Skip to content

Commit

Permalink
skip flaky suite (#45321)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 26, 2019
1 parent 1e6f9d5 commit c4141fa
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/45321
describe.skip('graph', function() {
before(async () => {
await browser.setWindowSize(1600, 1000);
log.debug('load graph/secrepo data');
Expand Down

0 comments on commit c4141fa

Please sign in to comment.