tests: disable test-nointerrupt on Windows
Per the followup discussion[1]. proc.send_signal(INT) in timeout.py raises a
ValueError because of an unsupported signal. I don't like missing test coverage
for this on Windows. But this is the last test failing on Windows, and red all
the time hides new failures.
[1] https://phab.mercurial-scm.org/D3716
--- a/tests/test-nointerrupt.t Fri Sep 07 23:39:49 2018 -0400
+++ b/tests/test-nointerrupt.t Fri Sep 07 23:54:42 2018 -0400
@@ -1,3 +1,5 @@
+#require no-windows
+
Dummy extension simulating unsafe long running command
$ cat > sleepext.py <<EOF
> import itertools