Skip to content

Commit

Permalink
Bug 1315614 - Follow-up to disable Chains tests for GYP builds r=bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Taubert committed Nov 7, 2016
1 parent 573e454 commit 26e5254
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions automation/taskcluster/graph/src/extend.js
Expand Up @@ -40,6 +40,11 @@ queue.filter(task => {
}
}

// GYP builds with -Ddisable_libpkix=1 by default.
if (task.collection == "gyp" && task.tests == "chains") {
return false;
}

return true;
});

Expand Down

0 comments on commit 26e5254

Please sign in to comment.