mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#45321)
This commit is contained in:
parent
1e6f9d54fe
commit
c4141fa62b
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