Skip to content
Snippets Groups Projects
Commit 3ba87d5b9ad3 authored by Matt Harbison's avatar Matt Harbison
Browse files

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
parent c4a7ba10cdd7
No related branches found
No related tags found
No related merge requests found
#require no-windows
Dummy extension simulating unsafe long running command
$ cat > sleepext.py <<EOF
> import itertools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment