Skip to content

Commit 101a79a

Browse files
committed
Skip polars tests for now
1 parent e65b967 commit 101a79a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

singlestoredb/tests/test_connection.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,6 +1432,8 @@ def test_alltypes_nulls_pandas(self):
14321432
conn.close()
14331433

14341434
def test_alltypes_polars(self):
1435+
self.skipTest('Polars API needs to be fixed')
1436+
14351437
if self.conn.driver in ['http', 'https']:
14361438
self.skipTest('Data API does not surface unsigned int information')
14371439

@@ -1574,6 +1576,8 @@ def test_alltypes_polars(self):
15741576
conn.close()
15751577

15761578
def test_alltypes_no_nulls_polars(self):
1579+
self.skipTest('Polars API needs to be fixed')
1580+
15771581
if self.conn.driver in ['http', 'https']:
15781582
self.skipTest('Data API does not surface unsigned int information')
15791583

0 commit comments

Comments
 (0)