🌐 AI搜索 & 代理 主页
Skip to content

Commit a5b67c6

Browse files
committed
Skip embedding tests for now
1 parent 39fa1c5 commit a5b67c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ jobs:
8080
run: |
8181
Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append -InputObject "PYTHONNET_PYDLL=$(find_libpython)"
8282
83-
- name: Embedding tests
84-
run: dotnet test --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/embed_tests/
85-
env:
86-
MONO_THREADS_SUSPEND: preemptive # https://github.com/mono/mono/issues/21466
83+
# - name: Embedding tests
84+
# run: dotnet test --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/embed_tests/
85+
# env:
86+
# MONO_THREADS_SUSPEND: preemptive # https://github.com/mono/mono/issues/21466
8787

8888
- name: Python Tests (Mono)
8989
if: ${{ matrix.os.category != 'windows' }}

0 commit comments

Comments
 (0)