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: