Skip to content

Commit 95469b6

Browse files
committed
chore: skip flaky test
1 parent 1c88c7c commit 95469b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/form-js-playground/test/spec/JSONEditor.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ describe('JSONEditor', function () {
249249
});
250250
});
251251

252-
it('should suggest array value completions', async function () {
252+
// Find out why it's flaky on the CI: https://github.com/bpmn-io/form-js/issues/1373
253+
it.skip('should suggest array value completions', async function () {
253254
// given
254255
const initialValue = '[ ]';
255256
const editor = new JSONEditor();

0 commit comments

Comments
 (0)