From a2ceb4be2c6836f4911e0f563163d2a96ab24c4a Mon Sep 17 00:00:00 2001 From: Roberto Sora Date: Thu, 19 Sep 2019 15:35:38 +0200 Subject: [PATCH] disable integ test on windows agent --- .github/workflows/test.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 166cb2ac226..94cb05a3df1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -58,6 +58,11 @@ jobs: architecture: 'x64' - name: Run integration tests + # Since we are investigating issues emerged + # with python integration tests on windows + # this step is disabled for windows-2019 + # platform ATM + if: matrix.operating-system != 'windows-2019' run: | pip install -r test/requirements.txt task test-integration