vim-patch:partial:9.1.1004: tests: a few termdebug tests are flaky

Problem:  tests: a few termdebug tests are flaky; test_termdebug_basic()
          and test_termdebug_config_types() may fail if there is too
          much load
Solution: Set g:test_is_flaky

Only include:
- mark Test_termdebug_basic() as flaky in oldtest termdebug plugin tests

The Test_termdebug_config_types() part does not apply here.

ebb08d5913

Co-authored-by: Christian Brabandt <cb@256bit.org>
AI-assisted: Codex
This commit is contained in:
Yinzuo Jiang
2026-03-14 12:50:34 +08:00
committed by zeertzjq
parent dff515205c
commit 42640c62d1

View File

@@ -57,6 +57,7 @@ endfunction
packadd termdebug
func Test_termdebug_basic()
let g:test_is_flaky = 1
let bin_name = 'XTD_basic'
let src_name = bin_name .. '.c'
call s:generate_files(bin_name)