diff --git a/.github/workflows/re_edge_gpt_dev_python3_11_ubuntu.yml b/.github/workflows/re_edge_gpt_dev_python3_11_ubuntu.yml index bbdf691..88b8100 100644 --- a/.github/workflows/re_edge_gpt_dev_python3_11_ubuntu.yml +++ b/.github/workflows/re_edge_gpt_dev_python3_11_ubuntu.yml @@ -33,10 +33,10 @@ jobs: env: IMAGE_COOKIE: ${{ secrets.IMAGE_COOKIE }} run: python ./test/unit_test/back-end/test_generate_image/test_generation.py - - name: Test chat with plugins - env: - EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }} - run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py +# - name: Test chat with plugins +# env: +# EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }} +# run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py - name: Test chat with file env: EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }} diff --git a/.github/workflows/re_edge_gpt_dev_python3_11_win.yml b/.github/workflows/re_edge_gpt_dev_python3_11_win.yml index d5c35be..3d98cdd 100644 --- a/.github/workflows/re_edge_gpt_dev_python3_11_win.yml +++ b/.github/workflows/re_edge_gpt_dev_python3_11_win.yml @@ -33,10 +33,10 @@ jobs: env: IMAGE_COOKIE: ${{ secrets.IMAGE_COOKIE }} run: python ./test/unit_test/back-end/test_generate_image/test_generation.py - - name: Test chat with plugins - env: - EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }} - run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py +# - name: Test chat with plugins +# env: +# EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }} +# run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py - name: Test chat with file env: EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }} diff --git a/.github/workflows/re_edge_gpt_stable_python3_11_ubuntu.yml b/.github/workflows/re_edge_gpt_stable_python3_11_ubuntu.yml index 68567f8..ef86c93 100644 --- a/.github/workflows/re_edge_gpt_stable_python3_11_ubuntu.yml +++ b/.github/workflows/re_edge_gpt_stable_python3_11_ubuntu.yml @@ -33,10 +33,10 @@ jobs: env: IMAGE_COOKIE: ${{ secrets.IMAGE_COOKIE }} run: python ./test/unit_test/back-end/test_generate_image/test_generation.py - - name: Test chat with plugins - env: - EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }} - run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py +# - name: Test chat with plugins +# env: +# EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }} +# run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py - name: Test chat with file env: EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }} diff --git a/.github/workflows/re_edge_gpt_stable_python3_11_win.yml b/.github/workflows/re_edge_gpt_stable_python3_11_win.yml index b673947..d14b238 100644 --- a/.github/workflows/re_edge_gpt_stable_python3_11_win.yml +++ b/.github/workflows/re_edge_gpt_stable_python3_11_win.yml @@ -33,10 +33,10 @@ jobs: env: IMAGE_COOKIE: ${{ secrets.IMAGE_COOKIE }} run: python ./test/unit_test/back-end/test_generate_image/test_generation.py - - name: Test chat with plugins - env: - EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }} - run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py +# - name: Test chat with plugins +# env: +# EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }} +# run: python ./test/unit_test/back-end/test_bot/test_bot_with_plugins_manual.py - name: Test chat with file env: EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}