mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#177551)
This commit is contained in:
parent
b4e0a04af9
commit
80d831bb2a
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const listingTable = getService('listingTable');
|
||||
const log = getService('log');
|
||||
|
||||
describe('Managed Content', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/177551
|
||||
describe.skip('Managed Content', () => {
|
||||
before(async () => {
|
||||
esArchiver.load('x-pack/test/functional/es_archives/logstash_functional');
|
||||
kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/managed_content');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue