mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#161514)
This commit is contained in:
parent
9b6ad7280d
commit
32b06938be
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
return !!currentUrl.match(path);
|
||||
});
|
||||
|
||||
describe('Hosts View', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/161514
|
||||
describe.skip('Hosts View', function () {
|
||||
before(async () => {
|
||||
await Promise.all([
|
||||
esArchiver.load('x-pack/test/functional/es_archives/infra/alerts'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue