mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#117674)
This commit is contained in:
parent
3c96706911
commit
d7e5cee4f1
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