Skip to content

Commit

Permalink
skip flaky suite (elastic#157588)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and semd committed Mar 4, 2024
1 parent 1b517d1 commit 4b8bf4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,8 @@ export default ({ getService }: FtrProviderContext): void => {
});
});

describe('user profile uid', () => {
// FLAKY: https://github.com/elastic/kibana/issues/157588
describe.skip('user profile uid', () => {
let headers: Record<string, string>;
let superUserWithProfile: User;
let superUserInfo: User;
Expand Down

0 comments on commit 4b8bf4a

Please sign in to comment.