Skip to content

Commit bb13215

Browse files
authored
Update test_bygroups.py
skip test due to new test needed
1 parent dd3a683 commit bb13215

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swat/tests/cas/test_bygroups.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ def test_column_nunique(self):
603603
self.assertTablesEqual(dfgrp.reset_index(), tblgrp,
604604
sortby=['Origin', 'Cylinders', 'MSRP'])
605605

606+
@unittest.skip('nunique works now. need testcase')
606607
def test_nunique(self):
607608
tbl = self.table.sort_values(SORT_KEYS)
608609

0 commit comments

Comments
 (0)