mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#117674)
This commit is contained in:
parent
925b6c63cc
commit
9514392fdf
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue