mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
actually disable test
This commit is contained in:
parent
984dd3b1dd
commit
03eeb6b025
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export default function ({ getService, loadTestFile }) {
|
|||
const archive = 'uptime/full_heartbeat';
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/31242
|
||||
describe('graphql', () => {
|
||||
describe.skip('graphql', () => {
|
||||
before('load heartbeat data', () => esArchiver.load(archive));
|
||||
after('unload heartbeat index', () => esArchiver.unload(archive));
|
||||
// each of these test files imports a GQL query from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue