mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #329951 from pbsds/fix-checkov-1721927211
checkov: disable flaky test
This commit is contained in:
commit
1fb6e093be
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||
"test_get_cyclonedx_report"
|
||||
# Test fails on Hydra
|
||||
"test_sast_js_filtered_files_by_ts"
|
||||
# Timing sensitive
|
||||
"test_non_multiline_pair_time_limit_creating_report"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
|
Loading…
Reference in a new issue