mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	test: Disable unreliable tests on travis+ASAN_UBSAN
This commit is contained in:
		@@ -153,8 +153,9 @@ describe('Mouse input', function()
 | 
			
		||||
    end)
 | 
			
		||||
 | 
			
		||||
    it('in tabline to the left moves tab left', function()
 | 
			
		||||
      if os.getenv("TRAVIS") and helpers.os_name() == "osx" then
 | 
			
		||||
        pending("[Fails on Travis macOS. #4874]", function() end)
 | 
			
		||||
      if os.getenv("TRAVIS") and (helpers.os_name() == "osx"
 | 
			
		||||
          or os.getenv("CLANG_SANITIZER") == "ASAN_UBSAN") then
 | 
			
		||||
        pending("[Fails on Travis macOS, ASAN_UBSAN. #4874]", function() end)
 | 
			
		||||
        return
 | 
			
		||||
      end
 | 
			
		||||
 | 
			
		||||
@@ -256,8 +257,9 @@ describe('Mouse input', function()
 | 
			
		||||
    end)
 | 
			
		||||
 | 
			
		||||
    it('out of tabline to the left moves tab left', function()
 | 
			
		||||
      if os.getenv("TRAVIS") and helpers.os_name() == "osx" then
 | 
			
		||||
        pending("[Fails on Travis macOS. #4874]", function() end)
 | 
			
		||||
      if os.getenv("TRAVIS") and (helpers.os_name() == "osx"
 | 
			
		||||
          or os.getenv("CLANG_SANITIZER") == "ASAN_UBSAN") then
 | 
			
		||||
        pending("[Fails on Travis macOS, ASAN_UBSAN. #4874]", function() end)
 | 
			
		||||
        return
 | 
			
		||||
      end
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user