Skip to content

Commit

Permalink
Skip failing xs test in 2
Browse files Browse the repository at this point in the history
  • Loading branch information
caneff committed Sep 20, 2023
1 parent d4c33c0 commit 3945515
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdks/python/apache_beam/dataframe/pandas_doctests_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ def test_ndframe_tests(self):
' key=lambda x: np.argsort(index_natsorted(df["time"]))\n'
')'
],
# TODO(https://github.com/apache/beam/issues/28559): Re-enable when
# bug is fixed.
'pandas.core.generic.NDFrame.xs': ['*'],
**skip_writes
})
self.assertEqual(result.failed, 0)
Expand Down

0 comments on commit 3945515

Please sign in to comment.