mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* removing the linked issue in comments from PR (#93303) # Conflicts: # test/functional/apps/management/_import_objects.ts * addressing es-lint errors by removing blank lines * Fixing the eslint error again Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
dd8f63edf5
commit
37c5da4a97
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const log = getService('log');
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/89478
|
||||
describe.skip('import objects', function describeIndexTests() {
|
||||
describe('import objects', function describeIndexTests() {
|
||||
describe('.ndjson file', () => {
|
||||
beforeEach(async function () {
|
||||
await esArchiver.load('management');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue