mawww / kakoune

mawww's experiment for a better code editor
http://kakoune.org
The Unlicense
9.93k stars 715 forks source link

[BUG] test gets stuck at "regression/0-intermediate-regex-saved-in-history" #5073

Closed arrufat closed 9 months ago

arrufat commented 9 months ago

Version of Kakoune

v2023.08.05-190-g9b166e800

Reproducer

Just run make test

Outcome

The test suit gets stuck at regression/0-intermediate-regex-saved-in-history

Expectations

All tests should pass

Additional information

No response

krobelus commented 9 months ago

maybe this was the cause of the Failed to start an instance: FAILED_PRECONDITION: Monthly compute limit exceeded! failures we're seeing now

arrufat commented 9 months ago

Thank you, @krobelus, I can confirm that makes all tests pass now.