ignoring sen_message_good as its really expensive on debug builds

This commit is contained in:
shockrah 2020-08-20 20:43:05 -07:00
parent 6dfc6ed687
commit 200602c698

View File

@ -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;