File tree Expand file tree Collapse file tree
quickwit/quickwit-indexing/src/source Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ services:
213213 # It is not an official docker image
214214 # if we prefer we can build a docker from the official docker image (gcloud cli)
215215 # and install the pubsub emulator https://cloud.google.com/pubsub/docs/emulator
216- image : thekevjames/gcloud-pubsub-emulator:${GCLOUD_EMULATOR:-455 .0.0}
216+ image : thekevjames/gcloud-pubsub-emulator:${GCLOUD_EMULATOR:-550 .0.0}
217217 container_name : gcp-pubsub-emulator
218218 ports :
219219 - " ${MAP_HOST_GCLOUD_EMULATOR:-127.0.0.1}:8681:8681"
Original file line number Diff line number Diff line change @@ -358,7 +358,6 @@ mod gcp_pubsub_emulator_tests {
358358 . unwrap_err ( ) ;
359359 }
360360
361- #[ ignore]
362361 #[ tokio:: test]
363362 async fn test_gcp_pubsub_source ( ) {
364363 let universe = Universe :: with_accelerated_time ( ) ;
You can’t perform that action at this time.
0 commit comments