mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-12 09:06:05 +00:00

TestVSCode_disconnect.test_launch fails with clean up error because disconnect gets called twice once from the test case and once from the tear down hook. This patch disables disconnect after its been called from test_launch Reviewed By: clayborg Differential Revision: https://reviews.llvm.org/D99491