aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-11-30 14:00:13 +0100
committerKim Alvefur <zash@zash.se>2019-11-30 14:00:13 +0100
commitb1aadaced9b8012b55c8b9ee158bfaf6f24ea147 (patch)
tree7e1688cf3f813a42a24257f43b3100a7a82603c5 /spec
parenta95af210d143f3c16c6512a53c154a80baa4f98d (diff)
downloadprosody-b1aadaced9b8012b55c8b9ee158bfaf6f24ea147.tar.gz
prosody-b1aadaced9b8012b55c8b9ee158bfaf6f24ea147.zip
tests: Disable s2s in scansion tests
These are all c2s tests, no need to have s2s enabled.
Diffstat (limited to 'spec')
-rw-r--r--spec/scansion/prosody.cfg.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua
index 1c359b27..3f804c4e 100644
--- a/spec/scansion/prosody.cfg.lua
+++ b/spec/scansion/prosody.cfg.lua
@@ -9,7 +9,7 @@ modules_enabled = {
"roster"; -- Allow users to have a roster. Recommended ;)
"saslauth"; -- Authentication for clients and servers. Recommended if you want to log in.
--"tls"; -- Add support for secure TLS on c2s/s2s connections
- "dialback"; -- s2s dialback support
+ --"dialback"; -- s2s dialback support
"disco"; -- Service discovery
-- Not essential, but recommended
@@ -53,6 +53,9 @@ modules_enabled = {
--"scansion_record"; -- Records things that happen in scansion test case format
}
+modules_disabled = {
+ "s2s";
+}
certificate = "certs"
allow_registration = false