From 3c9cdffa290d9e27afc83714ce60b834f7ad7be2 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 17 May 2021 10:38:14 -0400 Subject: [PATCH] add 'missing WINDOWS' to git.skip-test-patterns We're unlikely to provide the 'WINDOWS' prerequisite in our builds. Nor are we likely to care about the tests which are skipped as a result. (Also, 'missing WINDOWS' is not a phrase I thought I'd ever write.) --- git.skip-test-patterns | 1 + 1 file changed, 1 insertion(+) diff --git a/git.skip-test-patterns b/git.skip-test-patterns index 28a66b8..e9db37f 100644 --- a/git.skip-test-patterns +++ b/git.skip-test-patterns @@ -14,6 +14,7 @@ missing !PTHREADS missing RFC1991 missing TAR_NEEDS_PAX_FALLBACK missing UTF8_NFD_TO_NFC +missing WINDOWS skipping case insensitive tests skipping git p4 tests skipping remote-svn tests, python not available