skip failing test suite (#140812)

This commit is contained in:
Kibana Machine 2022-09-15 08:16:47 -06:00
parent af7337597c
commit 3ee9383978

View file

@ -30,7 +30,8 @@ export default function ({ getService }: FtrProviderContext) {
const supertestWithoutAuth = getService('supertestWithoutAuth');
const es = getService('es');
describe('user_profiles', () => {
// Failing: See https://github.com/elastic/kibana/issues/140812
describe.skip('user_profiles', () => {
describe('get_current', () => {
let headers: Record<string, string>;
let superUserWithProfile: User;