Skip Fillout DNS validator and Scrapybara tests#288
Conversation
- Mark all Fillout DNS validator tests as skipped (not in use) - Mark all Scrapybara tests as skipped (fully deprecated, pending removal)
🤖 Augment PR SummarySummary: This PR disables test coverage for two deprecated/unmaintained integrations (Fillout DNS and Scrapybara). 🤖 Was this summary useful? React with 👍 or 👎 |
| not os.getenv("MONGO_CONNECT_STR"), | ||
| reason="MongoDB connection string not found", | ||
| ) | ||
| @pytest.mark.skip(reason="Fillout DNS validator not in use") |
There was a problem hiding this comment.
This test targets MongoDNSValidator, but the skip reason says “Fillout DNS validator not in use”, which is a bit misleading in test reports. Consider updating the skip reason to reference Mongo/DNS validation more generally so it’s clear what’s being skipped.
Severity: low
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
Pull Request opened by Augment Code with guidance from the PR author