mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#200748)
This commit is contained in:
parent
ac5e9b6653
commit
a81a47404a
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const filterBar = getService('filterBar');
|
||||
const security = getService('security');
|
||||
|
||||
describe('dashboard view edit mode', function viewEditModeTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/200748
|
||||
describe.skip('dashboard view edit mode', function viewEditModeTests() {
|
||||
before(async () => {
|
||||
await kibanaServer.savedObjects.cleanStandardList();
|
||||
await kibanaServer.importExport.load(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue