Skip to content

Commit

Permalink
Bug 1370667 - enable ssl tests again, r=bustage
Browse files Browse the repository at this point in the history
--HG--
extra : amend_source : cd38c9e9c3421e0da6c6ffbd05a139b68f7a4f16
  • Loading branch information
franziskuskiefer committed Aug 22, 2017
1 parent d322f8d commit c17728a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/taskcluster/graph/src/extend.js
Expand Up @@ -101,7 +101,7 @@ queue.map(task => {
if (!task.env) {
task.env = {};
}
task.env.NSS_SSL_TESTS = "1";
task.env.NSS_SSL_TESTS = "crl iopr policy";
}

// Windows is slow.
Expand Down

0 comments on commit c17728a

Please sign in to comment.