Skip to content

Commit

Permalink
Disabling temporary Quartz Clustered native test
Browse files Browse the repository at this point in the history
  • Loading branch information
zbendhiba committed Aug 31, 2023
1 parent 37a6f45 commit 8f44a42
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
package org.apache.camel.quarkus.component.quartz.it;

import io.quarkus.test.junit.QuarkusIntegrationTest;
import org.junit.jupiter.api.Disabled;

@QuarkusIntegrationTest
@Disabled // https://github.com/apache/camel-quarkus/issues/5241
class QuartzClusteredIT extends QuartzClusteredTest {

}

0 comments on commit 8f44a42

Please sign in to comment.