From 304e9412d69b8dbc9a4e0d467e335f1073a006a5 Mon Sep 17 00:00:00 2001 From: Raymond Xu <2701446+xushiyan@users.noreply.github.com> Date: Fri, 22 Jul 2022 14:15:52 -0500 Subject: [PATCH] [MINOR] Fix unintended disabled tests --- azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 056f97edf3ce..dee3e326a965 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -88,7 +88,6 @@ stages: - stage: test jobs: - job: UT_FT_1 - condition: false displayName: UT FT common & flink & UT client/spark-client timeoutInMinutes: '120' steps: @@ -119,7 +118,6 @@ stages: jdkVersionOption: '1.8' mavenOptions: '-Xmx4g' - job: UT_FT_2 - condition: false displayName: FT client/spark-client timeoutInMinutes: '120' steps: @@ -171,7 +169,6 @@ stages: jdkVersionOption: '1.8' mavenOptions: '-Xmx4g' - job: UT_FT_4 - condition: false displayName: UT FT other modules timeoutInMinutes: '120' steps: @@ -202,7 +199,6 @@ stages: jdkVersionOption: '1.8' mavenOptions: '-Xmx4g' - job: IT - condition: false displayName: IT modules timeoutInMinutes: '120' steps: