Disable dialyzer for some modules
Elixir 1.18 comes with a JSON package which leads to errors like this: ``` Duplicate modules: [["/home/runner/work/_temp/.setup-beam/elixir/bin/../lib/elixir/ebin/Elixir.JSON.Encoder.Float.beam", "/home/runner/work/rabbitmq-server/rabbitmq-server/deps/json/ebin/Elixir.JSON.Encoder.Float.beam"], ```
This commit is contained in:
parent
5ea53632f5
commit
f0705acd19
|
@ -17,7 +17,7 @@ jobs:
|
|||
plugin:
|
||||
# These are using plugin-specific test jobs.
|
||||
- rabbit
|
||||
- rabbitmq_mqtt
|
||||
# - rabbitmq_mqtt # disabled due to Elixir 1.18 JSON conficts
|
||||
- rabbitmq_peer_discovery_aws
|
||||
# These are from the test-plugin test job.
|
||||
- amqp10_client
|
||||
|
@ -57,14 +57,14 @@ jobs:
|
|||
- rabbitmq_shovel
|
||||
- rabbitmq_shovel_management
|
||||
- rabbitmq_shovel_prometheus
|
||||
- rabbitmq_stomp
|
||||
- rabbitmq_stream
|
||||
# - rabbitmq_stomp # disabled due to Elixir 1.18 JSON conficts
|
||||
# - rabbitmq_stream # disabled due to Elixir 1.18 JSON conficts
|
||||
- rabbitmq_stream_common
|
||||
- rabbitmq_stream_management
|
||||
- rabbitmq_tracing
|
||||
- rabbitmq_trust_store
|
||||
- rabbitmq_web_dispatch
|
||||
- rabbitmq_web_mqtt
|
||||
# - rabbitmq_web_mqtt # disabled due to Elixir 1.18 JSON conficts
|
||||
- rabbitmq_web_stomp
|
||||
# This one we do not want to run tests so no corresponding test job.
|
||||
- rabbitmq_ct_helpers
|
||||
|
|
Loading…
Reference in New Issue