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: