Skip to content

Commit 00da071

Browse files
committed
test: comment on common false-positive behavior
1 parent 618b9af commit 00da071

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

test/spec/provider/zeebe/BusinessRuleImplementationProps.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ describe('provider/zeebe - BusinessRuleImplementationProps', function() {
120120
}));
121121

122122

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

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

141143

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

144148
// given

test/spec/provider/zeebe/ScriptImplementationProps.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ describe('provider/zeebe - ScriptImplementationProps', function() {
121121
}));
122122

123123

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

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

142144

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

145149
// given

test/spec/provider/zeebe/UserTaskImplementationProps.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ describe('provider/zeebe - UserTaskImplementationProps', function() {
101101
}));
102102

103103

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

106108
// given

0 commit comments

Comments
 (0)