Skip to content

Commit

Permalink
Ignore test_gcp_pubsub_source
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Feb 27, 2024
1 parent b0af795 commit 7185bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quickwit/quickwit-indexing/src/source/gcp_pubsub_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ mod gcp_pubsub_emulator_tests {
GcpPubSubSource::try_new(ctx, params).await.unwrap_err();
}

#[ignore]
#[tokio::test]
async fn test_gcp_pubsub_source() {
let universe = Universe::with_accelerated_time();
Expand Down

0 comments on commit 7185bee

Please sign in to comment.