Skip to content

Commit

Permalink
skip flaky suite (elastic#184853)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and pull[bot] committed Jun 28, 2024
1 parent dcc4383 commit 29e9da7
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 29e9da7

Please sign in to comment.