Skip to content

Commit

Permalink
remove new test to test wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
kozabrada123 committed Oct 28, 2024
1 parent c9dbaac commit 9e0cfea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/gateway.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ async fn test_gateway_authenticate() {
common::teardown(bundle).await
}

#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
#[cfg_attr(not(target_arch = "wasm32"), tokio::test)]
//#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
//#[cfg_attr(not(target_arch = "wasm32"), tokio::test)]
/// Tests establishing a connection and receiving errors
async fn test_gateway_errors() {
/*async fn test_gateway_errors() {
let bundle = common::setup().await;
let gateway: GatewayHandle = Gateway::spawn(&bundle.urls.wss, GatewayOptions::default())
Expand Down Expand Up @@ -143,7 +143,7 @@ async fn test_gateway_errors() {
}
common::teardown(bundle).await
}
}*/

#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
#[cfg_attr(not(target_arch = "wasm32"), tokio::test)]
Expand Down

0 comments on commit 9e0cfea

Please sign in to comment.