Skip to content

Commit

Permalink
Temporarily disabled HDFS tests because they don't work with Camel 4
Browse files Browse the repository at this point in the history
  • Loading branch information
orpiske committed Jul 13, 2023
1 parent f69e247 commit 593c451
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import org.apache.hadoop.fs.Path;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInstance;
import org.junit.jupiter.api.Timeout;
Expand All @@ -45,6 +46,7 @@
import static org.junit.jupiter.api.Assertions.fail;

@TestInstance(TestInstance.Lifecycle.PER_CLASS)
@Disabled("Not working with Camel 4")
public class CamelSinkHDFSITCase extends CamelSinkTestSupport {
@RegisterExtension
public static HDFSService hdfsService = HDFSServiceFactory.createSingletonService();
Expand Down

0 comments on commit 593c451

Please sign in to comment.