Skip to content

Commit d2fd937

Browse files
authored
Merge pull request #7328 from bandi13/disableLibSSH2Test
Disable broken library
2 parents 5dba7d3 + ce52a68 commit d2fd937

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
uses: ./.github/workflows/packaging.yml
4343
memcached:
4444
uses: ./.github/workflows/memcached.yml
45-
libssh2:
46-
uses: ./.github/workflows/libssh2.yml
45+
# TODO: Currently this test fails. Enable it once it becomes passing.
46+
# libssh2:
47+
# uses: ./.github/workflows/libssh2.yml
4748
openssh:
4849
uses: ./.github/workflows/openssh.yml
4950
# TODO: Currently this test fails. Enable it once it becomes passing.

0 commit comments

Comments
 (0)