forked from OSchip/llvm-project
[lldb/Test] Disable TestSynchronous.test on Windows.
The test was being skipped on the Windwos bot because it requires Python which was silently disabled because of a configuration issue. Now that the test runs, this fails as expected.
This commit is contained in:
parent
d2c9c9157b
commit
e7d5131d3b
|
@ -1,4 +1,5 @@
|
|||
# REQUIRES: python
|
||||
# UNSUPPORTED: system-windows
|
||||
# Ensure that replay happens in synchronous mode.
|
||||
|
||||
# RUN: rm -rf %t.repro
|
||||
|
|
Loading…
Reference in New Issue