From b2c82ab052729152fb11be7e88c970804579af6b Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Wed, 20 Dec 2023 13:15:43 -0300 Subject: [PATCH] test(gcp_pubsub_consumer): yet another attempt to stabilize tests Hopefully, should work better after https://github.com/emqx/emqx/pull/12197 --- .../test/emqx_bridge_gcp_pubsub_consumer_SUITE.erl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/emqx_bridge_gcp_pubsub/test/emqx_bridge_gcp_pubsub_consumer_SUITE.erl b/apps/emqx_bridge_gcp_pubsub/test/emqx_bridge_gcp_pubsub_consumer_SUITE.erl index 41c3e1883..a35a3eecc 100644 --- a/apps/emqx_bridge_gcp_pubsub/test/emqx_bridge_gcp_pubsub_consumer_SUITE.erl +++ b/apps/emqx_bridge_gcp_pubsub/test/emqx_bridge_gcp_pubsub_consumer_SUITE.erl @@ -1282,10 +1282,6 @@ t_multiple_pull_workers(Config) -> <<"ack_deadline">> => <<"10m">>, <<"ack_retry_interval">> => <<"1s">>, <<"consumer_workers_per_topic">> => NConsumers - }, - <<"resource_opts">> => #{ - %% reduce flakiness - <<"request_ttl">> => <<"20s">> } } ),