Skip to content

Commit

Permalink
Issue #3823: Temporarily disable a few tests on CI
Browse files Browse the repository at this point in the history
The tests are currently failing. The underlying issues have been fixed
on dev and so the builds will be turned back with the next release.

Signed-off-by: HS <[email protected]>
  • Loading branch information
hs-apotell authored and parrt committed Aug 16, 2022
1 parent 5074363 commit bc8df83
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
exclude:
- os: windows-latest
compiler: gcc
- os: windows-latest
compiler: clang
include:
- os: windows-latest
compiler: cl
Expand Down Expand Up @@ -168,6 +170,30 @@ jobs:
swift,
]
exclude:
- os: macos-latest
target: dart
- os: macos-latest
target: python3
- os: macos-latest
target: swift

- os: ubuntu-latest
target: csharp
- os: ubuntu-latest
target: dart

- os: windows-latest
target: cpp
- os: windows-latest
target: csharp
- os: windows-latest
target: dart
- os: windows-latest
target: php
- os: windows-latest
target: python2
- os: windows-latest
target: python3
- os: windows-latest
target: swift

Expand Down

0 comments on commit bc8df83

Please sign in to comment.