Skip to content

Commit

Permalink
Revert "Wait for arc.getArchive() to complete before running tests"
Browse files Browse the repository at this point in the history
This reverts commit c1d915d.

- Reverting this commit because it tried to fix a red herring.
  • Loading branch information
pwittrock committed Jun 9, 2016
1 parent c9c4ada commit bd2e903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_node/runner/run_e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func main() {
noColour = "\033[0m"
}

arc.getArchive()
go arc.getArchive()
defer arc.deleteArchive()

var err error
Expand Down

0 comments on commit bd2e903

Please sign in to comment.