diff --git a/.github/workflows/ui-unit-tests.yml b/.github/workflows/ui-unit-tests.yml
index 59be2af4b5a..c9fbe4d6d10 100644
--- a/.github/workflows/ui-unit-tests.yml
+++ b/.github/workflows/ui-unit-tests.yml
@@ -1,6 +1,8 @@
name: shopfloor app unit tests
-on: [push, pull_request]
+# Disabled
+# on: [push, pull_request]
+on: []
defaults:
run:
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~