test(layout): remove awesome test
This commit is contained in:
parent
6eba64d666
commit
eadc1fb159
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue