mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip flaky suite (#126027)
This commit is contained in:
parent
4efc9c05b8
commit
c257ea05be
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }) {
|
||||||
const esArchiver = getService('esArchiver');
|
const esArchiver = getService('esArchiver');
|
||||||
const PageObjects = getPageObjects(['settings']);
|
const PageObjects = getPageObjects(['settings']);
|
||||||
|
|
||||||
describe('filter scripted fields', function describeIndexTests() {
|
// FLAKY: https://github.com/elastic/kibana/issues/126027
|
||||||
|
describe.skip('filter scripted fields', function describeIndexTests() {
|
||||||
before(async function () {
|
before(async function () {
|
||||||
// delete .kibana index and then wait for Kibana to re-create it
|
// delete .kibana index and then wait for Kibana to re-create it
|
||||||
await browser.setWindowSize(1200, 800);
|
await browser.setWindowSize(1200, 800);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue