mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: skip_fragile(), TEST_SKIP_FRAGILE
Let build systems define TEST_SKIP_FRAGILE to skip tests that are known to be resource-intensive (unreliable on slow systems). References https://github.com/neovim/neovim/pull/5488#issuecomment-265622113
This commit is contained in:
@@ -11,6 +11,12 @@ describe("CTRL-C (mapped)", function()
|
||||
end)
|
||||
|
||||
it("interrupts :global", function()
|
||||
if helpers.skip_fragile(pending,
|
||||
(os.getenv("TRAVIS") and os.getenv("CLANG_SANITIZER") == "ASAN_UBSAN"))
|
||||
then
|
||||
return
|
||||
end
|
||||
|
||||
source([[
|
||||
set nomore nohlsearch undolevels=-1
|
||||
nnoremap <C-C> <NOP>
|
||||
|
||||
Reference in New Issue
Block a user