Browse Source

Add "nats" to "single-binary" test exclusions

Tianon Gravi 10 years ago
parent
commit
a41768722c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      test/config.sh

+ 2 - 0
test/config.sh

@@ -115,9 +115,11 @@ declare -A globalExcludeTests=(
 	# single-binary images
 	[hello-world_utc]=1
 	[swarm_utc]=1
+	[nats_utc]=1
 	
 	[hello-world_no-hard-coded-passwords]=1
 	[swarm_no-hard-coded-passwords]=1
+	[nats_no-hard-coded-passwords]=1
 
 	# no "native" dependencies
 	[ruby:slim_ruby-bundler]=1