forked from OSchip/llvm-project
[lit] Disable shtest-timeout on Windows
This test passes on Windows when using Python 3 but fails when using Python 2, so it needs more investigation before it can be enabled as the bots use Python 2. llvm-svn: 339184
This commit is contained in:
parent
1f5fe1132e
commit
4f03fb1c04
|
@ -1,5 +1,8 @@
|
|||
# REQUIRES: python-psutil
|
||||
|
||||
# PR33944
|
||||
# XFAIL: windows
|
||||
|
||||
# FIXME: This test is fragile because it relies on time which can
|
||||
# be affected by system performance. In particular we are currently
|
||||
# assuming that `short.py` can be successfully executed within 2
|
||||
|
|
Loading…
Reference in New Issue