diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-11-19 15:44:42 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-11-19 15:44:42 +0000 |
commit | 559ef687c524f6fa7c2375c99c883ed4c63e3932 (patch) | |
tree | aac9839794255194f75d8651ce3a6ddfafbc37fe | |
parent | 0363f2dedae7a99b1ac6716f8e7d6d3a3c84f74d (diff) | |
download | rspamd-external-maps.tar.gz rspamd-external-maps.zip |
[Test] Disable broken testexternal-maps
-rw-r--r-- | test/functional/cases/230_tcp.robot | 7 |
1 files 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 |