Skip to content

Commit

Permalink
Enable kamelet-chucknorris tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jun 20, 2024
1 parent 2647bbd commit 432947d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
*/
package org.acme.kamelet;

import io.quarkus.test.junit.DisabledOnIntegrationTest;
import io.quarkus.test.junit.QuarkusIntegrationTest;

@DisabledOnIntegrationTest("https://github.com/apache/camel-quarkus/issues/6204")
@QuarkusIntegrationTest
class ChuckNorrisIT extends ChuckNorrisTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@
import io.restassured.RestAssured;
import org.apache.camel.quarkus.test.support.process.QuarkusProcessExecutor;
import org.apache.commons.io.FileUtils;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.zeroturnaround.exec.StartedProcess;

import static org.awaitility.Awaitility.await;

@Disabled("https://github.com/apache/camel-quarkus/issues/6204")
@QuarkusTest
public class ChuckNorrisTest {

Expand Down

0 comments on commit 432947d

Please sign in to comment.