mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#118981)
This commit is contained in:
parent
6730b4bdf7
commit
a949989af8
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
const PageObjects = getPageObjects(['settings']);
|
||||
const SCRIPTED_FIELD_NAME = 'myScriptedField';
|
||||
|
||||
describe('scripted fields preview', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/118981
|
||||
describe.skip('scripted fields preview', () => {
|
||||
before(async function () {
|
||||
await browser.setWindowSize(1200, 800);
|
||||
await PageObjects.settings.navigateTo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue