Unverified Commit 2d936f57 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.cfn-lint: skip failing tests (#448259)

parents 592e357c 994329f5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -76,6 +76,13 @@ buildPythonPackage rec {
    export PATH=$out/bin:$PATH
  '';

  disabledTestPaths = [
    # tests fail starting on 2025-10-01
    # related: https://github.com/aws-cloudformation/cfn-lint/issues/4125
    "test/integration/test_quickstart_templates.py"
    "test/integration/test_quickstart_templates_non_strict.py"
  ];

  disabledTests = [
    # Requires git directory
    "test_update_docs"