From cc6aaca4e81a7d47f3b28914532b165b1d13883e Mon Sep 17 00:00:00 2001 From: Thierry Ducrest Date: Wed, 15 Nov 2023 15:41:41 +0100 Subject: [PATCH] Disable unit tests from shopfloor_ui_tests --- .github/workflows/ui-unit-tests.yml | 1 + shopfloor_ui_tests/README.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ui-unit-tests.yml b/.github/workflows/ui-unit-tests.yml index 59be2af4b5a..50bf18e3060 100644 --- a/.github/workflows/ui-unit-tests.yml +++ b/.github/workflows/ui-unit-tests.yml @@ -8,6 +8,7 @@ defaults: jobs: test: + if: false # Disabled runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/shopfloor_ui_tests/README.rst b/shopfloor_ui_tests/README.rst index d3855ad3638..3961b03f2b2 100644 --- a/shopfloor_ui_tests/README.rst +++ b/shopfloor_ui_tests/README.rst @@ -18,6 +18,9 @@ Tech details * The end-to-end tests are built using `Cypress `_. * The unit tests are built using `jest `_. +Warning, the Jest units tests have been disabled on Github ! + + End-to-end tests with Cypress ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~