Skip to content

Commit 34f5c44

Browse files
committed
disabled nats since it is failing on master :(
1 parent 10d2c07 commit 34f5c44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,13 @@ jobs:
112112
strategy:
113113
matrix:
114114
# TODO: Add "splunk" back once https://github.com/vectordotdev/vector/issues/22379 is fixed.
115+
# TODO: Add "nats" back once https://github.com/vectordotdev/vector/issues/23253 is fixed.
115116
# If you modify this list, please also update the `int_tests` job in changes.yml.
116117
service: [
117118
"amqp", "appsignal", "axiom", "aws", "azure", "clickhouse", "databend", "datadog-agent",
118119
"datadog-logs", "datadog-metrics", "datadog-traces", "dnstap", "docker-logs", "elasticsearch",
119120
"eventstoredb", "fluent", "gcp", "greptimedb", "http-client", "influxdb", "kafka", "logstash",
120-
"loki", "mongodb", "nats", "nginx", "opentelemetry", "postgres", "prometheus", "pulsar",
121+
"loki", "mongodb", "nginx", "opentelemetry", "postgres", "prometheus", "pulsar",
121122
"redis", "webhdfs"
122123
]
123124
timeout-minutes: 90

0 commit comments

Comments
 (0)