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

Commit

Permalink
ci(unittest): skip blocked test
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Jul 26, 2019
1 parent f1b99fc commit 816fa04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_image_preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def test_slidingwindow_preprocessor_service_empty(self):
with PreprocessorService(args):
pass

@unittest.SkipTest
def test_segmentation_preprocessor_service_empty(self):
args = set_preprocessor_service_parser().parse_args([
'--yaml_path', self.segmentation_img_pre_yaml
Expand Down Expand Up @@ -76,7 +75,6 @@ def test_slidingwindow_preprocessor_service_echo(self):
r = client.recv_message()
# print(r)

@unittest.SkipTest
def test_segmentation_preprocessor_service_echo(self):
args = set_preprocessor_service_parser().parse_args([
'--yaml_path', self.segmentation_img_pre_yaml
Expand Down

0 comments on commit 816fa04

Please sign in to comment.