Skip to content

Commit

Permalink
Attempt to fix kubernetes#4329.
Browse files Browse the repository at this point in the history
This has failed 37 times in 6 months.
  • Loading branch information
Ryan Hitchman committed Sep 1, 2017
1 parent c24da4d commit 3603ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kettle/make_json_test.py
Original file line number Diff line number Diff line change
@@ -90,6 +90,7 @@ def add_build(path, start, finish, result, junits):
self.db.insert_build_junits(
hash(path),
{'%s/artifacts/junit_%d.xml' % (path, n): junit for n, junit in enumerate(junits)})
self.db.commit()

def expect(args, needles, negneedles):
buf = StringIO.StringIO()

0 comments on commit 3603ef5

Please sign in to comment.