Skip to content

Commit

Permalink
anki: enable tests that are now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cything committed Dec 7, 2024
1 parent 17090e5 commit 7f4bcf7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions pkgs/games/anki/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,6 @@ python3.pkgs.buildPythonApplication {
# TODO: verify if this is still true (I can't, no mac)
doCheck = !stdenv.hostPlatform.isDarwin;

checkFlags = [
# these two tests are flaky, see https://github.com/ankitects/anki/issues/3353
# Also removed from anki-sync-server when removing this.
"--skip=media::check::test::unicode_normalization"
"--skip=scheduler::answering::test::state_application"
];

dontUseNinjaInstall = false;
dontWrapQtApps = true;

Expand Down
7 changes: 0 additions & 7 deletions pkgs/games/anki/sync-server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ rustPlatform.buildRustPackage {
"anki-sync-server"
];

checkFlags = [
# these two tests are flaky, see https://github.com/ankitects/anki/issues/3353
# Also removed from anki when removing this.
"--skip=media::check::test::unicode_normalization"
"--skip=scheduler::answering::test::state_application"
];

nativeBuildInputs = [
pkg-config
];
Expand Down

0 comments on commit 7f4bcf7

Please sign in to comment.