mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
714af1de7d
commit
779d55232e
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue