From 559ef687c524f6fa7c2375c99c883ed4c63e3932 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 19 Nov 2022 15:44:42 +0000 Subject: [PATCH] [Test] Disable broken test --- test/functional/cases/230_tcp.robot | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/functional/cases/230_tcp.robot b/test/functional/cases/230_tcp.robot index 6c0c0a9c8..0a8907357 100644 --- a/test/functional/cases/230_tcp.robot +++ b/test/functional/cases/230_tcp.robot @@ -43,9 +43,10 @@ Sync API TCP get request Check url /request get HTTP_SYNC_EOF_get hello world Check url /content-length get HTTP_SYNC_CONTENT_get hello world -Sync API TCP post request - Check url /request post HTTP_SYNC_EOF_post hello post - Check url /content-length post HTTP_SYNC_CONTENT_post hello post +# Broken due to dummy_https issues, disable for now +#Sync API TCP post request +# Check url /request post HTTP_SYNC_EOF_post hello post +# Check url /content-length post HTTP_SYNC_CONTENT_post hello post *** Keywords *** Servers Setup -- 2.39.5