Skip to content

Commit

Permalink
chore: skip test until server support added
Browse files Browse the repository at this point in the history
  • Loading branch information
dav1do committed Nov 14, 2024
1 parent 72c6d04 commit 042b8b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/c1-integration/test/flight.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ describe('flight sql', () => {
expect(withSchema).not.toBe(noSchema)
})

test('prepared stmt', async () => {
// disabled until server support is implemented
test.skip('prepared stmt', async () => {
const client = await createFlightSqlClient(OPTIONS)
const data = await client.preparedStatement(
'SELECT * from conclusion_feed where stream_type = $1',
Expand Down

0 comments on commit 042b8b0

Please sign in to comment.