This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch ht/playgrand
in repository https://gitbox.apache.org/repos/asf/tsfile.git

commit 02edc2264a96e05f9c7dfe7e13c3555367fe0a6b
Author: HTHou <[email protected]>
AuthorDate: Fri Jul 12 17:04:31 2024 +0800

    enable test
---
 python/test.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/python/test.py b/python/test.py
index 19154e65..9d195941 100644
--- a/python/test.py
+++ b/python/test.py
@@ -73,9 +73,6 @@ def test_write_tsfile():
 
 # test reading data
 def test_read_tsfile():
-    # skip test on windows because of the bug in the tsfile library
-    if platform.system() == "Windows":
-        return
     # test read a non-existent file
     with ut.TestCase().assertRaises(FileNotFoundError):
         ts.read_tsfile(DATA_PATH + "/notexist.tsfile", TABLE_NAME, ["level", 
"num"])

Reply via email to