mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#140812)
This commit is contained in:
parent
af7337597c
commit
3ee9383978
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue