Skip to content

Commit

Permalink
baddns: disable failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Nov 1, 2024
1 parent 2b2a853 commit 83edfe8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/by-name/ba/baddns/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,20 @@ python3.pkgs.buildPythonApplication rec {

disabledTests = [
# Tests require network access
"test_cli_cname_http"
"test_cli_direct"
"test_cli_validation_customnameservers_valid"
"test_cname_http_bigcartel_match"
"test_cname_whois_unregistered_baddata"
"test_cname_whois_unregistered_match"
"test_cname_whois_unregistered_missingdata"
"test_modules_customnameservers"
"test_references_cname_css"
"test_references_cname_js"
"test_references_direct_cors"
"test_references_direct_csp"
"test_references_direct_css"
"test_references_direct_js"
];

meta = {
Expand Down

0 comments on commit 83edfe8

Please sign in to comment.