浏览代码

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

Tianon Gravi 10 年之前
父节点
当前提交
a41768722c
共有 1 个文件被更改,包括 2 次插入0 次删除
  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