tests: Disable s2s in scansion tests
authorKim Alvefur <zash@zash.se>
Sat, 30 Nov 2019 14:00:13 +0100
changeset 10471 600d4cf41ce1
parent 10470 276f62d14437
child 10472 7341d2f4749a
tests: Disable s2s in scansion tests These are all c2s tests, no need to have s2s enabled.
spec/scansion/prosody.cfg.lua
--- a/spec/scansion/prosody.cfg.lua	Fri Nov 29 23:41:41 2019 +0100
+++ b/spec/scansion/prosody.cfg.lua	Sat Nov 30 14:00:13 2019 +0100
@@ -9,7 +9,7 @@
 		"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 @@
 		--"scansion_record"; -- Records things that happen in scansion test case format
 }
 
+modules_disabled = {
+	"s2s";
+}
 certificate = "certs"
 
 allow_registration = false