Skip to content

Commit

Permalink
refactor: add kwargs override in python client io
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed May 8, 2020
1 parent b4603f0 commit 6b3aa7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def test_helloworld_py(self):
from jina.helloworld import hello_world
hello_world(set_hw_parser().parse_args([]))

@unittest.skipIf('GITHUB_WORKFLOW' in os.environ, 'skip the network test on github workflow')
def test_helloworld_flow(self):
args = set_hw_parser().parse_args([])

Expand Down

0 comments on commit 6b3aa7d

Please sign in to comment.