From c009cb852994d06752d095854eeb1ce712332d90 Mon Sep 17 00:00:00 2001 From: Jake Landis Date: Tue, 11 Jul 2017 02:43:38 -0500 Subject: [PATCH] Ignore windows tests temporarily while addressing https://github.com/elastic/logstash/issues/7634 (#7637) --- ci/ci_test.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/ci_test.bat b/ci/ci_test.bat index e3a4467b9..7860a0562 100644 --- a/ci/ci_test.bat +++ b/ci/ci_test.bat @@ -1,3 +1,4 @@ +goto no_test @echo off setlocal @@ -39,3 +40,5 @@ IF "%SELECTEDTESTSUITE%"=="core-fail-fast" ( %RAKEPATH% test:core ) ) +:no_test +echo ***** SKIPPING TESTS : https://github.com/elastic/logstash/issues/7634 *****