Skip to content

Commit

Permalink
� This is a combination of 4 commits.
Browse files Browse the repository at this point in the history
� This is the 1st commit message:

Move argo installation to docker file.

� This is the commit message #2:

Remove TODO

� This is the commit message #3:

Fix test.

� This is the commit message #4:

Fix test.
  • Loading branch information
numerology committed Aug 15, 2019
1 parent 6145c93 commit 4429528
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/sample-test/run_sample_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ def parse_arguments():


def main():

#TODO(numerology): Remove this.
# By no means this can work.
assert(1 == 0)

args = parse_arguments()
test_cases = []
test_name = args.testname + ' Sample Test'
Expand Down

0 comments on commit 4429528

Please sign in to comment.