]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/non-native: skip test 2707 instead of all WebSocket tests on OpenBSD
authorViktor Szakats <commit@vsz.me>
Wed, 11 Jun 2025 09:17:55 +0000 (11:17 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 12 Jun 2025 10:01:37 +0000 (12:01 +0200)
Narrowing down the test which may be causing the flaky 6-minute long
delays and CI failures.

Suggested-by: Calvin Ruocco
Ref: https://github.com/curl/curl/pull/17562#issuecomment-2961629713

Follow-up to 05db18e0541851a6fa71fb61e9c37bba4f56bce8 #17562
Follow-up to d3594be6531df3d5eafcdd09f84ad9dee1777028 #17136

Closes #17588

.github/workflows/non-native.yml

index 56d817a0822cb79e360483236b48f44dd1ba8e36..89def2b28b55111ca6203c2a319dcd605bef28bb 100644 (file)
@@ -122,7 +122,7 @@ jobs:
             bld/src/curl --disable --version
             if [ "${MATRIX_ARCH}" = 'x86_64' ]; then  # Slow on emulated CPU
               time cmake --build bld --target testdeps
-              export TFLAGS='-j8 !WebSockets'
+              export TFLAGS='-j8 !2707'  # Skip 2707 'ws: Peculiar frame sizes' on suspicion of hangs
               time cmake --build bld --target test-ci
             fi
             echo '::group::build examples'