We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b16ec5 commit 723879eCopy full SHA for 723879e
crates/wash-cli/tests/wash_build.rs
@@ -792,7 +792,8 @@ async fn integration_build_tinygo_component_separate_paths() -> Result<()> {
792
}
793
794
#[tokio::test]
795
-#[cfg_attr(not(can_reach_ghcr_io), ignore = "ghcr.io is not reachable")]
+// #[cfg_attr(not(can_reach_ghcr_io), ignore = "ghcr.io is not reachable")]
796
+#[ignore = "provider build requires wascap 0.15.3"]
797
async fn integration_build_provider_debug_mode() -> Result<()> {
798
let test_setup = init_provider(
799
/* provider_name= */ "hello-world",
0 commit comments