mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
disable flaky test suite
This commit is contained in:
parent
b50c73effa
commit
984dd3b1dd
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ export default function ({ getService, loadTestFile }) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const archive = 'uptime/full_heartbeat';
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/31242
|
||||
describe('graphql', () => {
|
||||
before('load heartbeat data', () => esArchiver.load(archive));
|
||||
after('unload heartbeat index', () => esArchiver.unload(archive));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue