mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
* 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:
parent
2add9b9667
commit
e58e3a000e
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue