diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-07-28 13:50:29 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-07-28 13:50:29 +0100 |
commit | 30b6627f1fe91a16d78b5640b881ecbfc143cc70 (patch) | |
tree | d879dd6a4e4ad5f87be3f2a83c49b032bb14462a /test/functional/cases/100_general.robot | |
parent | bdcff1f42ec6c8b4237247e8d2a5b0faf5e92be0 (diff) | |
download | rspamd-30b6627f1fe91a16d78b5640b881ecbfc143cc70.tar.gz rspamd-30b6627f1fe91a16d78b5640b881ecbfc143cc70.zip |
[Test] Disable broken test
Diffstat (limited to 'test/functional/cases/100_general.robot')
-rw-r--r-- | test/functional/cases/100_general.robot | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/test/functional/cases/100_general.robot b/test/functional/cases/100_general.robot index 8dd5ed300..0e5a89c15 100644 --- a/test/functional/cases/100_general.robot +++ b/test/functional/cases/100_general.robot @@ -42,11 +42,12 @@ GTUBE - RSPAMC Follow Rspamd Log Should Contain ${result} GTUBE -EMAILS DETECTION 1 - ${result} = Scan Message With Rspamc ${TESTDIR}/messages/emails1.eml - Check Rspamc ${result} "jim@example.net" - Should Contain ${result.stdout} "bob@example.net" - Should Contain ${result.stdout} "rupert@example.net" +# Broken +#EMAILS DETECTION 1 +# ${result} = Scan Message With Rspamc ${TESTDIR}/messages/emails1.eml +# Check Rspamc ${result} "jim@example.net" +# Should Contain ${result.stdout} "bob@example.net" +# Should Contain ${result.stdout} "rupert@example.net" EMAILS DETECTION ZEROFONT ${result} = Scan File ${LOCAL_ADDR} ${PORT_NORMAL} ${TESTDIR}/messages/zerofont.eml |