skip flaky suite (#117674)

This commit is contained in:
Brian Seeders 2021-11-05 11:24:27 -04:00
parent 925b6c63cc
commit 9514392fdf

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