Skip to content

Commit 723879e

Browse files
test(wash-cli): ignore build provider test temporarily
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com> no ignore message Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com> no ignore message Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
1 parent 8b16ec5 commit 723879e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/wash-cli/tests/wash_build.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,8 @@ async fn integration_build_tinygo_component_separate_paths() -> Result<()> {
792792
}
793793

794794
#[tokio::test]
795-
#[cfg_attr(not(can_reach_ghcr_io), ignore = "ghcr.io is not reachable")]
795+
// #[cfg_attr(not(can_reach_ghcr_io), ignore = "ghcr.io is not reachable")]
796+
#[ignore = "provider build requires wascap 0.15.3"]
796797
async fn integration_build_provider_debug_mode() -> Result<()> {
797798
let test_setup = init_provider(
798799
/* provider_name= */ "hello-world",

0 commit comments

Comments
 (0)