Skip to content

Commit

Permalink
Merge pull request #1722 from edx/hassan/disable-pipeline-tests
Browse files Browse the repository at this point in the history
chore: Disable pipeline tests.
  • Loading branch information
HassanJaveed84 authored Feb 12, 2024
2 parents feeb707 + cd33d23 commit 90f97af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataeng/jobs/analytics/PipelineAcceptanceTestMaster.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class PipelineAcceptanceTestMaster {

public static def job = { dslFactory, allVars ->
dslFactory.job("edx-analytics-pipeline-acceptance-test-master"){

disabled()
description(
'This job is used to run acceptance tests on the master branch of ' +
'the edx-analytics-pipeline repo. It regularly polls that branch ' +
Expand Down

0 comments on commit 90f97af

Please sign in to comment.