We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de89298 commit 0d79a00Copy full SHA for 0d79a00
tests/js_interop.rs
@@ -81,7 +81,8 @@ async fn js_interop_rcns_simple_server_writer() -> Result<()> {
81
}
82
83
#[test(async_test)]
84
-#[cfg_attr(not(feature = "js_interop_tests"), ignore)]
+//#[cfg_attr(not(feature = "js_interop_tests"), ignore)]
85
+#[ignore] // FIXME this tests hangs sporadically
86
async fn js_interop_rcns_simple_client_writer() -> Result<()> {
87
js_interop_rcns_simple(false, 8104).await?;
88
Ok(())
0 commit comments