Skip to content

Commit

Permalink
Mark pull_sequence as a slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ghtmare authored and Jarema committed Jul 12, 2023
1 parent a2b9dfd commit 9015686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions async-nats/tests/jetstream_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,7 @@ mod jetstream {
.unwrap();
}

#[cfg(feature = "slow_tests")]
#[tokio::test]
async fn pull_sequence() {
let server = nats_server::run_server("tests/configs/jetstream.conf");
Expand Down

0 comments on commit 9015686

Please sign in to comment.