# HG changeset patch # User Matt Harbison # Date 1617681294 14400 # Node ID fe34c75f62ab302757ae18973ce7736d5f1c00eb # Parent 3d32b97590476c2e7657b058788e61169a4059ca tests: skip test-git-interop.t on Windows Casefolding isn't handled in dirstate yet, triggering a bunch of assertions. But while this is more correctly `no-icasefs`, it's more likely to get attention if someone sees it. I'd just rather not have it adding to the noise on Windows for now. Differential Revision: https://phab.mercurial-scm.org/D10312 diff -r 3d32b9759047 -r fe34c75f62ab tests/test-git-interop.t --- a/tests/test-git-interop.t Mon Apr 05 13:02:51 2021 -0400 +++ b/tests/test-git-interop.t Mon Apr 05 23:54:54 2021 -0400 @@ -1,4 +1,4 @@ -#require pygit2 +#require pygit2 no-windows Setup: $ GIT_AUTHOR_NAME='test'; export GIT_AUTHOR_NAME