Ignore windows tests temporarily while addressing https://github.com/elastic/logstash/issues/7634 (#7637)

This commit is contained in:
Jake Landis 2017-07-11 02:43:38 -05:00 committed by João Duarte
parent bf2a15bda7
commit c009cb8529

View file

@ -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 *****