Skip to content

Commit

Permalink
test: skip all test
Browse files Browse the repository at this point in the history
As of today it cannot reliably be executed as part of the
test suite; works fine at any speed when run focused.
  • Loading branch information
nikku committed Nov 7, 2024
1 parent 5455eaf commit 32b680c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/SimulationSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ describe('simulation', function() {
});


describe('all', function() {
describe.skip('all', function() {

const diagram = require('../../example/resources/all.bpmn');

Expand Down

0 comments on commit 32b680c

Please sign in to comment.