Skip to content

Commit

Permalink
skip flaky suite (#184853)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 5, 2024
1 parent 6080152 commit bff17fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export default function ({ getService }: FtrProviderContext) {
};

testRunner(() => {
it('should get kibana rules at cluster level', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/184853
it.skip('should get kibana rules at cluster level', async () => {
const { body } = await supertest
.post('/api/monitoring/v1/clusters/rSEDbJNIQmOE-v9n2rV5cA')
.set('kbn-xsrf', 'xxx')
Expand Down

0 comments on commit bff17fe

Please sign in to comment.