mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#196765)
This commit is contained in:
parent
22a0654f41
commit
8d11f9326f
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue