Skip to content

Commit

Permalink
Disable kamelet-chucknorris tests due to apache/camel-quarkus#6204
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jun 18, 2024
1 parent 1cbc88e commit ba5632e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
*/
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,11 +26,13 @@
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 ba5632e

Please sign in to comment.