Skip to content

Commit

Permalink
temporarily disable async orchestrator integration test (airbytehq#9662)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor authored Jan 20, 2022
1 parent d3d4d20 commit 1aee597
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@
import org.apache.commons.lang3.RandomStringUtils;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import software.amazon.awssdk.services.s3.model.CreateBucketRequest;

@Disabled
public class AsyncOrchestratorPodProcessIntegrationTest {

private static KubernetesClient kubernetesClient;
Expand Down

0 comments on commit 1aee597

Please sign in to comment.