Skip to content

Commit

Permalink
skip failing test suite (elastic#176352)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and fkanout committed Mar 4, 2024
1 parent 643d3bc commit 433a0f6
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 () {
// Failing: See https://github.com/elastic/kibana/issues/176352
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 433a0f6

Please sign in to comment.