Skip to content

Commit

Permalink
skip flaky suite (elastic#176399)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and fkanout committed Feb 8, 2024
1 parent b41bf1d commit b11d1d1
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/176399
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 b11d1d1

Please sign in to comment.