Skip to content

Commit ff89f8f

Browse files
authored
restore (#38238)
1 parent 37ed7e4 commit ff89f8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/io/pytables/test_store.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,8 @@ def check_col(key, name, size):
16311631
& (df_new.A > 0)
16321632
& (df_new.B < 0)
16331633
]
1634-
tm.assert_frame_equal(result, expected)
1634+
tm.assert_frame_equal(result, expected, check_freq=False)
1635+
# FIXME: 2020-05-07 freq check randomly fails in the CI
16351636

16361637
# yield an empty frame
16371638
result = store.select("df", "string='foo' and string2='cool'")

0 commit comments

Comments
 (0)