From a06c3c864813f05deb461f15b6a3768e4b217ffb Mon Sep 17 00:00:00 2001 From: Martijn Dirkse Date: Mon, 3 Jun 2024 16:03:10 +0200 Subject: [PATCH] Temporarily disable test that was expected to fail --- .github/workflows/no-console-warnings.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/no-console-warnings.js.yml b/.github/workflows/no-console-warnings.js.yml index 09ab979c..b510f5ac 100644 --- a/.github/workflows/no-console-warnings.js.yml +++ b/.github/workflows/no-console-warnings.js.yml @@ -11,8 +11,8 @@ jobs: strategy: matrix: frankConfig: [ - "frank-manual/srcSteps/ladybugInstance/v520", - "frank-manual/srcSteps/Frank2Hermes/v560" + "frank-manual/srcSteps/ladybugInstance/v520" + # "frank-manual/srcSteps/Frank2Hermes/v560" ] name: Test that Frank config has no warnings - ${{matrix.frankConfig}} runs-on: ubuntu-latest