소스 검색

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