1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Forwarded: no, project is archived
Index: influxdb-python/influxdb/tests/dataframe_client_test.py
===================================================================
--- influxdb-python.orig/influxdb/tests/dataframe_client_test.py
+++ influxdb-python/influxdb/tests/dataframe_client_test.py
@@ -454,6 +454,7 @@ class TestDataFrameClient(unittest.TestC
self.assertEqual(m.last_request.body, expected)
+ @unittest.skip("See #902470")
def test_write_points_from_dataframe_with_numeric_precision(self):
"""Test write points from df with numeric precision."""
now = pd.Timestamp('1970-01-01 00:00+00:00')
|