ignoring sen_message_good as its really expensive on debug builds
This commit is contained in:
parent
6dfc6ed687
commit
200602c698
@ -103,7 +103,7 @@ mod messaging_tests {
|
||||
assert_ne!(StatusCode::OK, resp.status());
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[tokio::test]#[ignore]
|
||||
async fn send_message_good() {
|
||||
use crate::members::insert_new_member;
|
||||
use crate::perms::GENERAL_NEW;
|
||||
|
Loading…
Reference in New Issue
Block a user