diff options
Diffstat (limited to 'llvm/utils/lit/tests/shtest-timeout.py')
-rw-r--r-- | llvm/utils/lit/tests/shtest-timeout.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/lit/tests/shtest-timeout.py b/llvm/utils/lit/tests/shtest-timeout.py index 2f1fc3d17c0..9ed8ebe8ddd 100644 --- a/llvm/utils/lit/tests/shtest-timeout.py +++ b/llvm/utils/lit/tests/shtest-timeout.py @@ -1,7 +1,7 @@ # REQUIRES: python-psutil -# PR33944 -# XFAIL: windows +# llvm.org/PR33944 +# REQUIRES: nowindows # FIXME: This test is fragile because it relies on time which can # be affected by system performance. In particular we are currently |