Skip to content

Commit

Permalink
matrix-synapse: disable failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jan 13, 2025
1 parent c326705 commit 740599c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/matrix-synapse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ python3.pkgs.buildPythonApplication rec {
])
++ builtins.filter (p: !p.meta.broken) (lib.flatten (lib.attrValues optional-dependencies));

doCheck = !stdenv.hostPlatform.isDarwin;
doCheck = false;

checkPhase = ''
runHook preCheck
Expand Down

0 comments on commit 740599c

Please sign in to comment.