From f5c0a9cb223cee8a1e0baa3f175b29da10899d5d Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Tue, 7 May 2019 08:47:48 -0400 Subject: [PATCH] Disable windows on Cirrus CI This never passes even if it works on Windows 10 machines and on Circle CI's runs. --- .cirrus.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 44c8229f8..11d42299e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -18,11 +18,12 @@ osx_test_task: ./bootstrap ./rebar3 ct -windows_test_task: - windows_container: - image: cirrusci/windowsservercore:2019 - os_version: 2019 - install_script: choco install -y erlang - test_script: | - ./bootstrap - ./rebar3 ct +# Windows CI appears broken for now and never passes +#windows_test_task: +# windows_container: +# image: cirrusci/windowsservercore:2019 +# os_version: 2019 +# install_script: choco install -y erlang +# test_script: | +# ./bootstrap +# ./rebar3 ct