Browse Source

Add swarm to "utc" excludes and add some comments for why we're excluding things

Tianon Gravi 10 years ago
parent
commit
3c8cf56d4c
1 changed files with 5 additions and 1 deletions
  1. 5 1
      test/config.sh

+ 5 - 1
test/config.sh

@@ -34,7 +34,11 @@ declare -A imageTests=(
 )
 
 declare -A globalExcludeTests=(
+	# single-binary images
 	[hello-world_utc]=1
-	[ruby:slim_ruby-gems]=1
+	[swarm_utc]=1
+
+	# no "native" dependencies
 	[ruby:slim_ruby-bundler]=1
+	[ruby:slim_ruby-gems]=1
 )