Unskip failing Ingest Node Pipelines test based on 132159 (#139872) (#139971)

* Updated test to use uiSettings.

* Unskipped INP test to run in flaky test runner.

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

* Fixed merge conflict.

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 883669b147)

Co-authored-by: John Dorlus <jsdorlus@gmail.com>
This commit is contained in:
Kibana Machine 2022-09-01 19:03:15 -04:00 committed by GitHub
parent 2add9b9667
commit e58e3a000e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const appsMenu = getService('appsMenu'); const appsMenu = getService('appsMenu');
const managementMenu = getService('managementMenu'); const managementMenu = getService('managementMenu');
// FLAKY: https://github.com/elastic/kibana/issues/132159 describe('security', () => {
describe.skip('security', () => {
before(async () => { before(async () => {
await kibanaServer.savedObjects.cleanStandardList(); await kibanaServer.savedObjects.cleanStandardList();
await PageObjects.common.navigateToApp('home'); await PageObjects.common.navigateToApp('home');