test(layout): remove awesome test

This commit is contained in:
Maciej Barelkowski 2019-06-06 11:36:27 +02:00 committed by Nico Rehwaldt
parent 6eba64d666
commit eadc1fb159
1 changed files with 0 additions and 14 deletions

View File

@ -10,26 +10,12 @@ import {
reconnectEnd
} from './Helper';
import Modeler from 'lib/Modeler';
import modelingModule from 'lib/features/modeling';
import coreModule from 'lib/core';
describe('features/modeling - layout', function() {
describe.skip('overall experience, flow elements', function() {
var diagramXML = require('./LayoutSequenceFlowSpec.flowElements.bpmn');
beforeEach(bootstrapModeler(diagramXML, { modules: Modeler.prototype._modules }));
it('should feel awesome', inject(function() { }));
});
describe('boundary events', function() {
describe('loops', function() {