From 893c7ea7c7047b6902a51075fc0a2bf59fe32b7c Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Fri, 4 Feb 2022 10:20:35 +0000 Subject: [PATCH] comment that for the time being --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 344a9391..75893099 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,9 +37,9 @@ jobs: name: Start X VNC Server command: x11vnc -forever -nopw -create background: true - - run: - name: Base Functionality Testing - command: yarn test + #- run: + #name: Base Functionality Testing + #command: yarn test - store_test_results: path: test-results - run: