Drop doh and geoip from pairwise testing exclusion list

doh and geoip features can be part of pairwise testing. Their exclusion
was a misunderstanding.
This commit is contained in:
Michal Nowak 2025-10-22 19:27:06 +02:00 committed by Aydın Mercan
parent 5d7bc87cec
commit 552dced1e5
No known key found for this signature in database

View file

@ -12,7 +12,7 @@
# information regarding copyright ownership.
.[]
| select((.section == "user") and (.name | IN("rcu-flavor", "geoip", "fuzzing", "doh", "fuzzing-backend", "oss-fuzz-args", "fips", "trace-logging") | not))
| select((.section == "user") and (.name | IN("rcu-flavor", "fuzzing", "fuzzing-backend", "oss-fuzz-args", "fips", "trace-logging") | not))
| ["\(.name):", "-D\(.name)=\(.choices[]),"]
| join(" ")
| .[:-1]