Skip to content

Commit

Permalink
Stop escu smoketest on Windows due to known,
Browse files Browse the repository at this point in the history
untriaged character encoding issue
  • Loading branch information
pyth0n1c authored Aug 8, 2024
1 parent 5d01f13 commit 54e0f48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_against_escu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
fail-fast: false
matrix:
python_version: ["3.11", "3.12"]
operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest", "macos-14", "windows-2022"]
#operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest"]

operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest", "macos-14"]
# Do not test against ESCU until known character encoding issue is resolved
# operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest", "macos-14", "windows-2022"]


runs-on: ${{ matrix.operating_system }}
Expand Down

0 comments on commit 54e0f48

Please sign in to comment.