Skip to content

Commit ca5e316

Browse files
committed
Disable ATH and PCT tests in Jenkinsfile
The tests from the acceptance test harness and plugin compatibility tests are not reliable enough on either the ci.jenkins.io infrastructure or on the infrastructure that I host. Rather than spend time ignoring test failures and stash/unstash failures, I'm disabling these tests.
1 parent d4a414f commit ca5e316

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ branches["PCT"] = {
5353
}
5454
}
5555

56-
parallel branches
56+
// Intentionally disabled until tests are more reliable
57+
// parallel branches

0 commit comments

Comments
 (0)