max / balanced_breakfast
1 file changed,
+6 insertions,
-0 deletions
| @@ -727,7 +727,13 @@ mod tests { | |||
| 727 | 727 | ); | |
| 728 | 728 | } | |
| 729 | 729 | ||
| 730 | + | /// Fetches from dev.to over the network, so it is off by default: the Bento | |
| 731 | + | /// prebuild gate runs this suite before every release, and a test that | |
| 732 | + | /// reaches a third party couples the release to their uptime (this one hung | |
| 733 | + | /// for 15 minutes on 2026-07-21). Run it by hand when touching the plugin: | |
| 734 | + | /// `cargo test devto_plugin_live_fetch -- --ignored`. | |
| 730 | 735 | #[test] | |
| 736 | + | #[ignore = "hits the live dev.to API"] | |
| 731 | 737 | fn devto_plugin_live_fetch() { | |
| 732 | 738 | let manifest_dir = env!("CARGO_MANIFEST_DIR"); | |
| 733 | 739 | let plugins_dir = std::path::Path::new(manifest_dir).join("../../plugins"); |