mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip failing es promotion suite (#104467)
This commit is contained in:
parent
a0b36c75f5
commit
c72ad3edcb
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
||||||
const dashboardName = 'dashboard with filter';
|
const dashboardName = 'dashboard with filter';
|
||||||
const filterBar = getService('filterBar');
|
const filterBar = getService('filterBar');
|
||||||
|
|
||||||
describe('dashboard view edit mode', function viewEditModeTests() {
|
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/104467
|
||||||
|
describe.skip('dashboard view edit mode', function viewEditModeTests() {
|
||||||
before(async () => {
|
before(async () => {
|
||||||
await esArchiver.load('test/functional/fixtures/es_archiver/dashboard/current/kibana');
|
await esArchiver.load('test/functional/fixtures/es_archiver/dashboard/current/kibana');
|
||||||
await kibanaServer.uiSettings.replace({
|
await kibanaServer.uiSettings.replace({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue