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 CoenWarmer committed Feb 15, 2024
1 parent b937867 commit 03a35b1
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 03a35b1

Please sign in to comment.