nvim-treesitter / nvim-treesitter-textobjects

Apache License 2.0
2.2k stars 200 forks source link

ci: remove consistency_tests from CI #621

Closed theHamsta closed 3 months ago

theHamsta commented 6 months ago

The consistency tests have been failing for a while. I personally, don't exactly know how they are working and find the failing tests therefore not helpful but confusing.

kiyoon commented 6 months ago

I don't mind removing it if you wish, but when has it been failing?

clason commented 3 months ago

I'm afraid I agree; this test setup is a bit outside my comfort zone. Neovim has a standard test runner (busted), and adding other ecosystems into the mix (especially Python...) simply adds too many points of failure. If these tests are testing something useful that is not covered in our busted tests, we should move them there.