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

Commit

Permalink
fix(service): styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Sep 26, 2019
1 parent 8b7c5ae commit 434bc8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_healthcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def test_health_check(self):

self.assertEqual(cm.exception.code, 1)

@unittest.SkipTest
def test_hc_os_env(self):
os.environ['GNES_CONTROL_PORT'] = str(56789)
a = set_router_parser().parse_args([
Expand Down

0 comments on commit 434bc8d

Please sign in to comment.