@@ -326,22 +326,26 @@ jobs:
326
326
env :
327
327
POSTGRES_PORT : ${{ job.services.postgres.ports[5432] }}
328
328
329
- windows :
330
- name : cargo test (win64)
331
- runs-on : windows-latest
332
- steps :
333
- - uses : actions/checkout@v4
334
- with :
335
- submodules : true
336
- - name : Setup Rust toolchain
337
- uses : ./.github/actions/setup-windows-builder
338
- - name : Run tests (excluding doctests)
339
- shell : bash
340
- run : |
341
- export PATH=$PATH:$HOME/d/protoc/bin
342
- cargo test --lib --tests --bins --features avro,json,backtrace
343
- cd datafusion-cli
344
- cargo test --lib --tests --bins --all-features
329
+ # Temporarily commenting out the Windows flow, the reason is enormously slow running build
330
+ # Waiting for new Windows 2025 github runner
331
+ # Details: https://github.com/apache/datafusion/issues/13726
332
+ #
333
+ # windows:
334
+ # name: cargo test (win64)
335
+ # runs-on: windows-latest
336
+ # steps:
337
+ # - uses: actions/checkout@v4
338
+ # with:
339
+ # submodules: true
340
+ # - name: Setup Rust toolchain
341
+ # uses: ./.github/actions/setup-windows-builder
342
+ # - name: Run tests (excluding doctests)
343
+ # shell: bash
344
+ # run: |
345
+ # export PATH=$PATH:$HOME/d/protoc/bin
346
+ # cargo test --lib --tests --bins --features avro,json,backtrace
347
+ # cd datafusion-cli
348
+ # cargo test --lib --tests --bins --all-features
345
349
346
350
macos :
347
351
name : cargo test (macos)
0 commit comments