Skip to content

Commit beeb5a9

Browse files
committed
Bug 1574666 - disable java CI
1 parent 893acf5 commit beeb5a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.taskcluster.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ tasks:
6060
description: Run library test suite - golang 1.10
6161
6262
source: ${clone_url}
63-
- $if: should_run
63+
# java support is currently broken, so this never runs
64+
- $if: 'false'
6465
then:
6566
provisionerId: proj-taskcluster
6667
workerType: ci

0 commit comments

Comments
 (0)