Skip to content

Commit

Permalink
Revert "Disable native because of broken opentelemetry-exporter-jaeger"
Browse files Browse the repository at this point in the history
This reverts commit dabebde.
quarkusio/quarkus#25143 is fixed now in Quarkus main
  • Loading branch information
rsvoboda committed Apr 26, 2022
1 parent 65be82b commit 8b7a9ea
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 8b7a9ea

Please sign in to comment.