[Request] [+ ] D11255: windows-ci: temporarily disable test-censor.t
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Thu Aug 5 15:18:00 UTC 2021
Alphare created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
See inline comments. Issue 6547 is relevant to this test passing under Windows.
REPOSITORY
rHG Mercurial
BRANCH
stable
REVISION DETAIL
https://phab.mercurial-scm.org/D11255
AFFECTED FILES
tests/test-censor.t
CHANGE DETAILS
diff --git a/tests/test-censor.t b/tests/test-censor.t
--- a/tests/test-censor.t
+++ b/tests/test-censor.t
@@ -1,6 +1,15 @@
#require no-reposimplestore
#testcases revlogv1 revlogv2
+# XXX-windows This test fails for Windows and is taking some time to investigate
+# We want to enable the Windows CI by default sooner than later to catch other
+# regressions, so disable this test temporarily.
+
+#if windows
+ $ echo 'skipped: this test fails for Windows and is being investigated'
+ $ exit 80
+#endif
+
#if revlogv2
$ cat >> $HGRCPATH <<EOF
To: Alphare, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20210805/ac1e3f0d/attachment.html>
More information about the Mercurial-patches
mailing list