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 3677861 commit 85952b9Copy full SHA for 85952b9
tests/js_interop.rs
@@ -110,7 +110,8 @@ async fn js_interop_rcrs_simple_server_writer() -> Result<()> {
110
}
111
112
#[test(async_test)]
113
-#[cfg_attr(not(feature = "js_interop_tests"), ignore)]
+//#[cfg_attr(not(feature = "js_interop_tests"), ignore)]
114
+#[ignore] // FIXME this tests hangs sporadically
115
async fn js_interop_rcrs_simple_client_writer() -> Result<()> {
116
js_interop_rcrs_simple(false, 8108).await?;
117
Ok(())
0 commit comments