File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -49,16 +49,16 @@ describe('avro', () => {
49
49
expect ( ctx . stdout ) . to . contain ( 'Schema file is not provided' )
50
50
} )
51
51
52
-
53
- // TODO: BUG this is just skipping test , find a way to implement wait() etc.
54
- test
55
- . stdout ( )
56
- . command ( [ 'avro' , '-f' , 'test/resources/avro/person.avro' , 'get_schema' ] )
57
- . it ( 'if get_schema outputs to console' , ctx => {
58
- setTimeout ( ( ) =>
59
- expect ( ctx . stdout ) . to . contain ( 'success' )
60
- , 9000 ) // wait for it to write stuff on console
61
- } )
52
+ //
53
+ // // TODO: this was is just skipping test , find a way to implement wait() etc.
54
+ // test
55
+ // .stdout()
56
+ // .command(['avro', '-f', 'test/resources/avro/person.avro', 'get_schema'])
57
+ // .it('if get_schema outputs to console', ctx => {
58
+ // setTimeout(() =>
59
+ // expect(ctx.stdout).to.contain('success')
60
+ // , 9000) // wait for it to write stuff on console
61
+ // })
62
62
63
63
test
64
64
. stdout ( )
You can’t perform that action at this time.
0 commit comments