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', () => {
4949 expect ( ctx . stdout ) . to . contain ( 'Schema file is not provided' )
5050 } )
5151
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+ // })
6262
6363 test
6464 . stdout ( )
You can’t perform that action at this time.
0 commit comments