Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Commit

Permalink
We need to skip unit for now
Browse files Browse the repository at this point in the history
There is a bug in the ChefDK release installed on the build nodes that
causes an exception when running the unit tests. Reference:

- chef-boneyard/chef-dk#411
- rubygems/rubygems#1287

We think we can run unit phase again after ChefDK 0.7.0 (final
release) is installed on the build nodes.
  • Loading branch information
jtimberman committed Jul 6, 2015
1 parent 4bd54c3 commit c3961c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .delivery/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"publish",
"quality",
"security",
"smoke"
"smoke",
"unit"
]
}

0 comments on commit c3961c1

Please sign in to comment.