mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Don't run HTTP/3 framing test on Windows
This commit is contained in:
parent
8d534ef0fd
commit
e483c09166
1 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,6 @@ SET(TESTS
|
||||||
frame_reader
|
frame_reader
|
||||||
frame_writer
|
frame_writer
|
||||||
goaway_gquic_be
|
goaway_gquic_be
|
||||||
h3_framing
|
|
||||||
hkdf
|
hkdf
|
||||||
hpi
|
hpi
|
||||||
lsquic_hash
|
lsquic_hash
|
||||||
|
@ -84,6 +83,9 @@ IF (NOT CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||||
SET(TESTS ${TESTS} ack_merge)
|
SET(TESTS ${TESTS} ack_merge)
|
||||||
# No open_memstream() on Windows
|
# No open_memstream() on Windows
|
||||||
SET(TESTS ${TESTS} hcsi_reader)
|
SET(TESTS ${TESTS} hcsi_reader)
|
||||||
|
# Takes forever on Windows, for whatever reason. Or maybe it's the
|
||||||
|
# MS C compilers. Something to investigate... later.
|
||||||
|
LIST(APPEND TESTS h3_framing)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue