Skip to content

Commit

Permalink
skip failing test suite (elastic#196765)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 18, 2024
1 parent 605b848 commit e323bce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default function ({ getService }: FtrProviderContext) {
const ipinfoDatabaseName = 'asn';
const normalizedIpinfoDatabaseName = 'asn';

describe('Manage databases', function () {
// Failing: See https://github.com/elastic/kibana/issues/196765
describe.skip('Manage databases', function () {
after(async () => {
await ingestPipelines.api.deleteGeoipDatabases();
});
Expand Down

0 comments on commit e323bce

Please sign in to comment.