Don't run HTTP/3 framing test on Windows

This commit is contained in:
Dmitri Tikhonov 2021-02-12 09:02:52 -05:00
parent 8d534ef0fd
commit e483c09166

View file

@ -44,7 +44,6 @@ SET(TESTS
frame_reader
frame_writer
goaway_gquic_be
h3_framing
hkdf
hpi
lsquic_hash
@ -84,6 +83,9 @@ IF (NOT CMAKE_SYSTEM_NAME STREQUAL "Windows")
SET(TESTS ${TESTS} ack_merge)
# No open_memstream() on Windows
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()