From 43483661fb480b4b0c706ea7d1f9c874d82eb4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Iv=C3=A1n=20Vieitez=20Parra?= <3857362+corrideat@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:30:55 +0100 Subject: [PATCH] Disable CI tests --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index b21e7789cc..a0baa67aa8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,7 +1,7 @@ 'use strict' // TODO: REMOVEME. This prevents tests from running -// if (process.env['CI']) process.exit(1) +if (process.env['CI']) process.exit(1) // ======================= // Entry point.