File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/form-js-playground/test/spec Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,8 @@ describe('JSONEditor', function () {
249
249
} ) ;
250
250
} ) ;
251
251
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 ( ) {
253
254
// given
254
255
const initialValue = '[ ]' ;
255
256
const editor = new JSONEditor ( ) ;
@@ -281,7 +282,8 @@ describe('JSONEditor', function () {
281
282
} ) ;
282
283
} ) ;
283
284
284
- it ( 'should suggest property completion after opening brace' , async function ( ) {
285
+ // Find out why it's flaky on the CI: https://github.com/bpmn-io/form-js/issues/1373
286
+ it . skip ( 'should suggest property completion after opening brace' , async function ( ) {
285
287
// given
286
288
const initialValue = '{' ;
287
289
const variables = [ 'foobar' , 'baz' ] ;
You can’t perform that action at this time.
0 commit comments