Skip to content

Commit

Permalink
Skip query test
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed May 19, 2020
1 parent e6f9527 commit ac1c4f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def test_merge_missing_file_error(self):
self.assertNotEqual(result.exit_code, 0)
self.assertRegexpMatches(result.output, "does not exist")

@skip("to be refactored")
def test_query_command(self):
result = self.runner.invoke(cli=query, args=['-q', 'TargetCandidates'])
self.assertEqual(result.exit_code, 0)
Expand Down

0 comments on commit ac1c4f3

Please sign in to comment.