From 1aee597303aa5ff65aeeb07d02d37642566229aa Mon Sep 17 00:00:00 2001 From: Jared Rhizor Date: Thu, 20 Jan 2022 11:47:22 -0800 Subject: [PATCH] temporarily disable async orchestrator integration test (#9662) --- .../process/AsyncOrchestratorPodProcessIntegrationTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/airbyte-workers/src/test-integration/java/io/airbyte/workers/process/AsyncOrchestratorPodProcessIntegrationTest.java b/airbyte-workers/src/test-integration/java/io/airbyte/workers/process/AsyncOrchestratorPodProcessIntegrationTest.java index 49b648b30299..9a3f7c6fad57 100644 --- a/airbyte-workers/src/test-integration/java/io/airbyte/workers/process/AsyncOrchestratorPodProcessIntegrationTest.java +++ b/airbyte-workers/src/test-integration/java/io/airbyte/workers/process/AsyncOrchestratorPodProcessIntegrationTest.java @@ -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;