Skip to content

Commit

Permalink
Disabled Azure storage blob tests due to GH issue apache#997
Browse files Browse the repository at this point in the history
  • Loading branch information
orpiske committed Feb 10, 2021
1 parent ba38537 commit 2d018cb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
import org.apache.camel.test.infra.azure.storage.blob.services.AzureStorageBlobServiceFactory;
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 @@ -48,6 +49,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.fail;

@Disabled(value = "Disabled due to GH issue #997")
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
public class CamelSinkAzureStorageBlobITCase extends CamelSinkTestSupport {
@RegisterExtension
Expand Down

0 comments on commit 2d018cb

Please sign in to comment.