Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix(base): fix env expansion in gnes_config
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Oct 10, 2019
1 parent a7a7862 commit bca5b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gnes_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def _test_query_flow(self):
with flow.build(backend='process') as f, open(self.test_file, encoding='utf8') as fp:
f.query(bytes_gen=[v.encode() for v in fp][:10])

# @unittest.SkipTest
@unittest.SkipTest
def test_index_query_flow(self):
self._test_index_flow()
print('indexing finished')
Expand Down

0 comments on commit bca5b5b

Please sign in to comment.