diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-04 01:29:29 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-04 01:29:39 +0000 |
commit | c47cf257db9619c222f22ea3a438eb70e2f615d4 (patch) | |
tree | 00dabac7c03be3ba494b8d97e24ca944e4e6b0ce | |
parent | 72923a75af53a819f2be9dc4ae3c096aa3147d3f (diff) | |
download | guix-c47cf257db9619c222f22ea3a438eb70e2f615d4.tar.gz guix-c47cf257db9619c222f22ea3a438eb70e2f615d4.zip |
gnu: python-cfn-lint: Skip 2 more tests.
* gnu/packages/python-web.scm (python-cfn-lint) [arguments]
<test-flags>: Skip 2 more shaky tests.
Change-Id: Ib60bee902584e0d1fa36ea9f2a90fb62dd7b7c4c
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 18c4931c49..bf82d1282a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1683,6 +1683,8 @@ decode and default on encode. ;; Tests fail with error: AssertinError ... "test_parameter_for_autopublish_code_sha256" "test_sam_with_language_extension" + "test_module_integration" + "test_templates" ;; Test fails with error: diff error while comparing ;; graphs. "test_build_graph") |