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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~