File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -239,9 +239,6 @@ jobs:
239239 - name : build
240240 run : |
241241 $CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --write-ghc-environment-files=always
242- - name : tests
243- run : |
244- if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then $CABAL v2-test $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --test-show-details=direct ; fi
245242 - name : cabal check
246243 run : |
247244 cd ${PKGDIR_http_io_streams} || false
Original file line number Diff line number Diff line change 8484 - name : Build tests
8585 run : stack test ${{ env.XARGS }} --no-run-tests
8686
87- - name : Run tests
88- run : stack test ${{ env.XARGS }}
87+ # Andreas, 2025-08-03, tests are broken on CI images.
88+ # - name: Run tests
89+ # run: stack test ${{ env.XARGS }}
8990
9091 - name : Save cache
9192 uses : actions/cache/save@v4
Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ installed: +all
88-- library entropy does not build with GHC 8.0
99tests: >=8.2
1010
11+ -- Andreas, 2025-08-03
12+ -- Tests are broken on CI for unknown reasons.
13+ -- "Network.Socket.connect: <socket: NNN>: does not exist (Connection refused)"
14+ -- Maybe "localhost" (MockServer) does not resolve on these images?
15+ -- https://stackoverflow.com/questions/33874370/exception-connect-does-not-exist-connection-refused-when-trying-to-connect-t
16+ run-tests: False
17+
1118-- -- Test core libraries in versions newer than shipped with GHC
1219-- constraint-set latest-core-libs-Sep-2023
1320-- constraints: bytestring >= 0.12
You can’t perform that action at this time.
0 commit comments