anki: enable tests that are now fixed

This commit is contained in:
cy
2024-12-06 19:25:37 -05:00
parent 17090e527e
commit 7f4bcf7c81
2 changed files with 0 additions and 14 deletions
-7
View File
@@ -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;
-7
View File
@@ -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
];