From 00da07166be588f8e02b9c71fe8bbf840bdd957e Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Mon, 24 Feb 2025 13:45:52 +0100 Subject: [PATCH] test: comment on common false-positive behavior --- .../provider/zeebe/BusinessRuleImplementationProps.spec.js | 4 ++++ test/spec/provider/zeebe/ScriptImplementationProps.spec.js | 4 ++++ test/spec/provider/zeebe/UserTaskImplementationProps.spec.js | 2 ++ 3 files changed, 10 insertions(+) diff --git a/test/spec/provider/zeebe/BusinessRuleImplementationProps.spec.js b/test/spec/provider/zeebe/BusinessRuleImplementationProps.spec.js index 5511ac67..afc1ebf0 100644 --- a/test/spec/provider/zeebe/BusinessRuleImplementationProps.spec.js +++ b/test/spec/provider/zeebe/BusinessRuleImplementationProps.spec.js @@ -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 @@ -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 diff --git a/test/spec/provider/zeebe/ScriptImplementationProps.spec.js b/test/spec/provider/zeebe/ScriptImplementationProps.spec.js index 6418f349..0ec10cab 100644 --- a/test/spec/provider/zeebe/ScriptImplementationProps.spec.js +++ b/test/spec/provider/zeebe/ScriptImplementationProps.spec.js @@ -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 @@ -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 diff --git a/test/spec/provider/zeebe/UserTaskImplementationProps.spec.js b/test/spec/provider/zeebe/UserTaskImplementationProps.spec.js index 101995b9..c13d51ed 100644 --- a/test/spec/provider/zeebe/UserTaskImplementationProps.spec.js +++ b/test/spec/provider/zeebe/UserTaskImplementationProps.spec.js @@ -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