Skip to content

Commit

Permalink
skip failing test suite (elastic#194714)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and tiansivive committed Oct 7, 2024
1 parent 3dae7b0 commit 0147f64
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default function (providerContext: FtrProviderContext) {
const deletePackage = async (pkg: string, version: string) =>
supertest.delete(`/api/fleet/epm/packages/${pkg}/${version}`).set('kbn-xsrf', 'xxxx');

describe('installs packages that include settings and mappings overrides', () => {
// Failing: See https://github.com/elastic/kibana/issues/194714
describe.skip('installs packages that include settings and mappings overrides', () => {
skipIfNoDockerRegistry(providerContext);

before(async () => {
Expand Down

0 comments on commit 0147f64

Please sign in to comment.