Skip to content

Commit a22ee69

Browse files
committed
Skip test on riscv64/s390x
Signed-off-by: James Sturtevant <jstur@microsoft.com>
1 parent 90bab97 commit a22ee69

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/wasi-tls/tests/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ macro_rules! assert_test_exists {
5959
foreach_tls!(assert_test_exists);
6060

6161
#[tokio::test(flavor = "multi_thread")]
62+
// test uses TLS but riscv/s390x don't support that yet
63+
#[cfg_attr(any(target_arch = "riscv64", target_arch = "s390x"), ignore)]
6264
async fn tls_sample_application() -> Result<()> {
6365
run_wasi(
6466
TLS_SAMPLE_APPLICATION_COMPONENT,

0 commit comments

Comments
 (0)