Skip to content

Commit

Permalink
test: comment on common false-positive behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Feb 24, 2025
1 parent b7d2df3 commit aeb3e65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ describe('provider/zeebe - BusinessRuleImplementationProps', function() {
}));


// TODO(@barmac): this test is fails as false-positive when run locally on MacOS as part of the full test suite,
// cf. https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1111#pullrequestreview-2635770727
it('should display dmn', inject(async function(elementRegistry, selection) {

// given
Expand All @@ -139,6 +141,8 @@ describe('provider/zeebe - BusinessRuleImplementationProps', function() {
}));


// TODO(@barmac): this test is fails as false-positive when run locally on MacOS as part of the full test suite,
// cf. https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1111#pullrequestreview-2635770727
it('should display jobWorker', inject(async function(elementRegistry, selection) {

// given
Expand Down
4 changes: 4 additions & 0 deletions test/spec/provider/zeebe/ScriptImplementationProps.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ describe('provider/zeebe - ScriptImplementationProps', function() {
}));


// TODO(@barmac): this test is fails as false-positive when run locally on MacOS as part of the full test suite,
// cf. https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1111#pullrequestreview-2635770727
it('should display script', inject(async function(elementRegistry, selection) {

// given
Expand All @@ -140,6 +142,8 @@ describe('provider/zeebe - ScriptImplementationProps', function() {
}));


// TODO(@barmac): this test is fails as false-positive when run locally on MacOS as part of the full test suite,
// cf. https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1111#pullrequestreview-2635770727
it('should display jobWorker', inject(async function(elementRegistry, selection) {

// given
Expand Down
2 changes: 2 additions & 0 deletions test/spec/provider/zeebe/UserTaskImplementationProps.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ describe('provider/zeebe - UserTaskImplementationProps', function() {
}));


// TODO(@barmac): this test is fails as false-positive when run locally on MacOS as part of the full test suite,
// cf. https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1111#pullrequestreview-2635770727
it('should display zeebe user task', inject(async function(elementRegistry, selection) {

// given
Expand Down

0 comments on commit aeb3e65

Please sign in to comment.