Skip to content

Commit c7bed6c

Browse files
committed
Try to re-enable the enum tests
1 parent 7dc5269 commit c7bed6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/py/RunClientServer.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,6 @@ def main():
289289
# Skip type hints tests -> See THRIFT-5885 (it might be related)
290290
print('Skipping \'type_hints\' tests')
291291
continue
292-
if gp_dir == 'enum':
293-
# Skip enum tests -> See THRIFT-5885
294-
print('Skipping \'enum\' tests')
295-
continue
296292
generated_dirs.append('gen-py-%s' % (gp_dir))
297293

298294
# commandline permits a single class name to be specified to override SERVERS=[...]

0 commit comments

Comments
 (0)