actually disable test

This commit is contained in:
spalger 2019-02-17 20:00:09 -08:00
parent 984dd3b1dd
commit 03eeb6b025

View file

@ -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