Skip to content

Commit

Permalink
Merge pull request #280 from rsvoboda/quarkus-opentelemetry-exporter-…
Browse files Browse the repository at this point in the history
…jaeger.fixed

Revert "Disable native because of broken opentelemetry-exporter-jaeger"
  • Loading branch information
michalvavrik authored Apr 26, 2022
2 parents 65be82b + 8b7a9ea commit 53ea765
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
12 changes: 0 additions & 12 deletions 301-quarkus-vertx-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,5 @@
</plugins>
</build>
</profile>
<profile>
<!-- TODO remove - https://github.com/quarkusio/quarkus/issues/25143 -->
<id>native</id>
<activation>
<property>
<name>native</name>
</property>
</activation>
<properties>
<quarkus.package.type>native-sources</quarkus.package.type>
</properties>
</profile>
</profiles>
</project>
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
package io.quarkus.qe.kafka;

import org.junit.jupiter.api.Disabled;

import io.quarkus.test.junit.NativeImageTest;

@NativeImageTest
@Disabled("https://github.com/quarkusio/quarkus/issues/25143")
public class NativeConfluentKafkaIT extends ConfluentKafkaTest {

@Override
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
package io.quarkus.qe.kafka;

import org.junit.jupiter.api.Disabled;

import io.quarkus.test.junit.NativeImageTest;

@NativeImageTest
@Disabled("https://github.com/quarkusio/quarkus/issues/25143")
public class NativeStrimziKafkaIT extends StrimziKafkaTest {

@Override
Expand Down

0 comments on commit 53ea765

Please sign in to comment.