From 042b8b05c2d212dffd768d0d1dab6a28ec9c4b5f Mon Sep 17 00:00:00 2001 From: David Estes Date: Thu, 14 Nov 2024 09:46:35 -0700 Subject: [PATCH] chore: skip test until server support added --- tests/c1-integration/test/flight.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/c1-integration/test/flight.test.ts b/tests/c1-integration/test/flight.test.ts index cd49d13..0846528 100644 --- a/tests/c1-integration/test/flight.test.ts +++ b/tests/c1-integration/test/flight.test.ts @@ -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',