Browse Source

Add "swift:slim" exclusion on "swift-hello-world" test

Tianon Gravi 6 years ago
parent
commit
ec4a27ce26
1 changed files with 4 additions and 0 deletions
  1. 4 0
      test/config.sh

+ 4 - 0
test/config.sh

@@ -286,4 +286,8 @@ globalExcludeTests+=(
 	[ruby:slim_ruby-gems]=1
 	[percona:psmdb_percona-tokudb]=1
 	[percona:psmdb_percona-rocksdb]=1
+
+	# the Swift slim images are not expected to be able to run the swift-hello-world test because it involves compiling Swift code. The slim images are for running an already built binary.
+	# https://github.com/docker-library/official-images/pull/6302#issuecomment-512181863
+	[swift:slim_swift-hello-world]=1
 )