Merge pull request #185727 from fabaff/faraday-agent-dispatcher-fix
faraday-agent-dispatcher: disable TLS/SSL tests
This commit is contained in:
commit
ebf10f55be
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
|
||||
disabledTests = [
|
||||
"test_execute_agent"
|
||||
"SSL"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
|
Loading…
Reference in a new issue