Forráskód Böngészése

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

Tianon Gravi 10 éve
szülő
commit
a41768722c
1 módosított fájl, 2 hozzáadás és 0 törlés
  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