Can I disable a mapping without removing the file ...
# wiremock-java
a
Can I disable a mapping without removing the file from the
mappings
folder, e.g., by adding a
disabled: true
field or so? 🤔
t
There isn’t a way that’s quite that straightforward, but you could do it by adding a matcher that’ll never be matched e.g. for a header you’ll never actually send
a
Yeah, good point