From f63d7b5f1289bef773b8091f70b9453bf12987a8 Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Wed, 15 Nov 2023 10:39:19 +0200 Subject: [PATCH] Remove `smallrye-opentracing` from native tests modules in CI The test was removed in https://github.com/quarkusio/quarkus/pull/36602 --- .github/native-tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/native-tests.json b/.github/native-tests.json index add0cc7c6e1d3..d137a6435f5a1 100644 --- a/.github/native-tests.json +++ b/.github/native-tests.json @@ -111,7 +111,7 @@ { "category": "Misc3", "timeout": 80, - "test-modules": "kubernetes-client, openshift-client, kubernetes-service-binding-jdbc, smallrye-config, smallrye-graphql, smallrye-graphql-client, smallrye-metrics, smallrye-opentracing", + "test-modules": "kubernetes-client, openshift-client, kubernetes-service-binding-jdbc, smallrye-config, smallrye-graphql, smallrye-graphql-client, smallrye-metrics", "os-name": "ubuntu-latest" }, {