Skip to content

Commit

Permalink
Merge pull request #27130 from pwittrock/nodee2e
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Revert "Wait for arc.getArchive() to complete before running tests"

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()

This reverts commit c1d915d.

- Reverting this commit because it tried to fix a red herring.
  • Loading branch information
k8s-merge-robot authored Jun 13, 2016
2 parents 10255f8 + bd2e903 commit 0f72e21
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 0f72e21

Please sign in to comment.