skip flaky suite (#117674)

This commit is contained in:
Brian Seeders 2021-11-05 11:24:25 -04:00
parent 3c96706911
commit d7e5cee4f1

View file

@ -12,7 +12,8 @@ import { FtrProviderContext } from '../../ftr_provider_context';
export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
describe('POST /api/console/proxy', () => {
// Failing: See https://github.com/elastic/kibana/issues/117674
describe.skip('POST /api/console/proxy', () => {
describe('system indices behavior', () => {
it('returns warning header when making requests to .kibana index', async () => {
return await supertest