fix(tests): complete migration to content-based stubbing in functional tests

This commit is contained in:
2026-01-06 19:54:36 +03:00
parent 0a37dd3fe8
commit 737309c888
3 changed files with 5 additions and 7 deletions

View File

@@ -45,7 +45,6 @@ ARCH="$(uname | tr '[:upper:]' '[:lower:]')"
case "$ARCH" in
linux*)
# Reduced set of configurations for faster CI
# Uncomment additional configurations for more thorough testing
tests=(
# 1. Full build (all features enabled)
"--enable-notifications --enable-icons-and-clipboard --enable-otr --enable-pgp
@@ -66,7 +65,6 @@ case "$ARCH" in
;;
darwin*)
# Reduced set of configurations for faster CI
# Uncomment additional configurations for more thorough testing
tests=(
# 1. Full build (all features enabled)
"--enable-notifications --enable-icons-and-clipboard --enable-otr --enable-pgp
@@ -93,7 +91,6 @@ case "$ARCH" in
CC="egcc -std=gnu99 -fexec-charset=UTF-8"
# Reduced set of configurations for faster CI
# Uncomment additional configurations for more thorough testing
tests=(
# 1. Full build (all features enabled)
"--enable-notifications --enable-icons-and-clipboard --enable-otr --enable-pgp