]> Untitled Git - lemmy.git/blobdiff - tests/integration_test.rs
Merge branch 'drone-io-dess' into move_views_to_diesel_drone
[lemmy.git] / tests / integration_test.rs
index a61c8ff6e02f5e23a3ee93ebf5cbe8b3afe3edf9..75753d28089bb0821c3768b1cefe54f854bcc608 100644 (file)
@@ -156,6 +156,7 @@ fn create_http_request() -> HttpRequest {
 }
 
 #[actix_rt::test]
+#[ignore]
 async fn test_shared_inbox_expired_signature() {
   let request = create_http_request();
   let context = create_context();
@@ -172,6 +173,7 @@ async fn test_shared_inbox_expired_signature() {
 }
 
 #[actix_rt::test]
+#[ignore]
 async fn test_user_inbox_expired_signature() {
   let request = create_http_request();
   let context = create_context();
@@ -191,6 +193,7 @@ async fn test_user_inbox_expired_signature() {
 }
 
 #[actix_rt::test]
+#[ignore]
 async fn test_community_inbox_expired_signature() {
   let context = create_context();
   let connection = &context.pool().get().unwrap();