Skip to content

Commit

Permalink
skip flaky suite (#177806)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 5, 2024
1 parent 12c5f3c commit 6a7fb48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/slos/get_slo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import { SloEsClient } from './helper/es';
import { sloData } from './fixtures/create_slo';

export default function ({ getService }: FtrProviderContext) {
describe('Get SLOs', function () {
// FLAKY: https://github.com/elastic/kibana/issues/177806
describe.skip('Get SLOs', function () {
this.tags('skipCloud');

const supertestAPI = getService('supertest');
Expand Down

0 comments on commit 6a7fb48

Please sign in to comment.