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 f656ac5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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
1 change: 1 addition & 0 deletions test.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/nix/store/ys0d366fv3i35jsg6ga11ndnflp2rz2y-vm-test-run-anki-sync-server

0 comments on commit f656ac5

Please sign in to comment.