We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc5269 commit c7bed6cCopy full SHA for c7bed6c
test/py/RunClientServer.py
@@ -289,10 +289,6 @@ def main():
289
# Skip type hints tests -> See THRIFT-5885 (it might be related)
290
print('Skipping \'type_hints\' tests')
291
continue
292
- if gp_dir == 'enum':
293
- # Skip enum tests -> See THRIFT-5885
294
- print('Skipping \'enum\' tests')
295
- continue
296
generated_dirs.append('gen-py-%s' % (gp_dir))
297
298
# commandline permits a single class name to be specified to override SERVERS=[...]
0 commit comments