diff --git a/kiwixbuild/dependencies/libkiwix.py b/kiwixbuild/dependencies/libkiwix.py index 82a2a0bb..66c7a59f 100644 --- a/kiwixbuild/dependencies/libkiwix.py +++ b/kiwixbuild/dependencies/libkiwix.py @@ -50,11 +50,3 @@ def library_type(self): if self.buildEnv.configInfo.build == "android": return "shared" return super().library_type - - def _test(self, context): - # Libkiwix tests are currently broken on Windows. - # Until we fix them, let's deactivate tests. - # It allow us to build dependencies for kiwix-desktop - if neutralEnv("distname") == "Windows": - context.skip() - super()._test(context)