tests: disable test-nointerrupt on Windows
authorMatt Harbison <matt_harbison@yahoo.com>
Fri, 07 Sep 2018 23:54:42 -0400
changeset 39479 3ba87d5b9ad3
parent 39478 c4a7ba10cdd7
child 39480 89630d0b3e23
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
tests/test-nointerrupt.t
--- 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