Skip to content

Commit

Permalink
disable compose_with_single_stub
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 committed Jan 9, 2025
1 parent 4ff1f6e commit 610ae1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wasm-rpc-stubgen/tests-integration/tests/compose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ use wasm_rpc_stubgen_tests_integration::{test_data_path, wasm_rpc_override};

test_r::enable!();

// TODO: disabled until getting newer glibc on CI
#[ignore]
#[test]
async fn compose_with_single_stub() {
let (_source_dir, stub_dir, stub_wasm) = init_stub("all-wit-types").await;
Expand Down

0 comments on commit 610ae1a

Please sign in to comment.