Skip to content

Commit 500796a

Browse files
committed
ci: don't run Windows SHA256 gitdaemon tests
The Windows SHA256 gitdaemon seems to crash; remove from CI while we troubleshoot.
1 parent 5caa454 commit 500796a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/experimental.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
CMAKE_OPTIONS: -A x64 -DWIN32_LEAKCHECK=ON -DDEPRECATE_HARD=ON -DEXPERIMENTAL_SHA256=ON
5656
SKIP_SSH_TESTS: true
5757
SKIP_NEGOTIATE_TESTS: true
58+
# TODO: this is a temporary removal
59+
SKIP_GITDAEMON_TESTS: true
5860
fail-fast: false
5961
env: ${{ matrix.platform.env }}
6062
runs-on: ${{ matrix.platform.os }}

0 commit comments

Comments
 (0)