File: skip-precision-test.patch

package info (click to toggle)
influxdb-python 5.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 552 kB
  • sloc: python: 5,860; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/influxdb/tests/dataframe_client_test.py
+++ b/influxdb/tests/dataframe_client_test.py
@@ -388,6 +388,7 @@
 
             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')