Skip to content

Commit

Permalink
disable test on async-std
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Oct 1, 2023
1 parent 8975374 commit d3097bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/postgres/postgres.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use futures::{StreamExt, TryStreamExt};
use sqlx_core::postgres::PgNotification;
use sqlx_oldapi::postgres::types::Oid;
use sqlx_oldapi::postgres::{
PgAdvisoryLock, PgConnectOptions, PgConnection, PgDatabaseError, PgErrorPosition, PgListener,
Expand Down Expand Up @@ -951,6 +950,7 @@ from (values (null)) vals(val)
Ok(())
}

#[cfg(feature = "_rt-tokio")] // TODO: fix stack overflow on async-std
#[sqlx_macros::test]
async fn test_listener_cleanup() -> anyhow::Result<()> {
#[cfg(feature = "_rt-tokio")]
Expand Down

0 comments on commit d3097bb

Please sign in to comment.