[lldb] Skip test_launch_simple with reproducers
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 17 Aug 2020 18:45:35 +0000 (11:45 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 17 Aug 2020 18:47:07 +0000 (11:47 -0700)
commit9c5e25a696b28b7ab31222b31503150c0847b9c3
tree20e3202a54b2b327c1c28ce51ab5e880e033a26d
parent0f14b2e6cbb54c84ed3b00b0db521f5ce2d1e3f2
[lldb] Skip test_launch_simple with reproducers

The test checks the inferior's output. During replay the binary doesn't
actually run and the output isn't captured by the reproducers.
lldb/test/API/python_api/target/TestTargetAPI.py