Skip to content

Commit

Permalink
skip flaky suite (#176858)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 14, 2024
1 parent e0e2611 commit bb6a38f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default function ({ getService }: FtrProviderContext) {
const svlCommonApi = getService('svlCommonApi');
const supertest = getService('supertest');

describe('fleet', function () {
// FLAKY: https://github.com/elastic/kibana/issues/176858
describe.skip('fleet', function () {
it('rejects request to create a new fleet server hosts if host url is different from default', async () => {
const { body, status } = await supertest
.post('/api/fleet/fleet_server_hosts')
Expand Down

0 comments on commit bb6a38f

Please sign in to comment.