Skip to content

Commit 780d472

Browse files
committed
[cdt-98] - tests commented
Signed-off-by: ashish <[email protected]>
1 parent 5a3608e commit 780d472

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/commands/avro.test.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)