From 3fcd909d909c8810f09faca183de65c6d25f5bcf Mon Sep 17 00:00:00 2001 From: Stephen Halter Date: Mon, 26 Jun 2017 15:51:09 -0700 Subject: [PATCH] Temporarily disable systemd activation test (#1918) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d8dfd45204..6a7abcfffd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,5 +28,5 @@ before_install: - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi script: - ./build.sh - - if test "$TRAVIS_OS_NAME" != "osx"; then bash test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/SystemdActivation/docker.sh; fi -group: deprecated-2017Q2 +# Temporarily disabled systemd activation test: https://github.com/aspnet/KestrelHttpServer/issues/1912#issuecomment-311162419 +# - if test "$TRAVIS_OS_NAME" != "osx"; then bash test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/SystemdActivation/docker.sh; fi