neovim/test/functional/core
Justin M. Keyes ca7f8786a0
test: unreliable 'nofsync' test #26423
Followup to 27501d3b6a.

Problem:
CI sometimes fails. Something is triggering an extra fsync().

    FAILED   test/functional/core/fileio_spec.lua @ 52: fileio fsync() with 'nofsync' #8304
    test/functional/core/fileio_spec.lua💯 Expected objects to be the same.
    Passed in:
    (number) 5
    Expected:
    (number) 4

Solution:
Relax the assertion.
2023-12-06 08:26:30 -08:00
..
channels_spec.lua test: re-bundle cat on windows (#21255) 2023-03-14 09:12:26 +08:00
exit_spec.lua feat(api): nvim_exec2(), deprecate nvim_exec() #19032 2023-03-25 09:58:48 -07:00
fileio_spec.lua test: unreliable 'nofsync' test #26423 2023-12-06 08:26:30 -08:00
job_spec.lua fix(f_wait): flush UI before blocking (#25962) 2023-11-10 15:24:36 +08:00
log_spec.lua refactor(tests): lift retry() into assert_log() 2023-01-17 00:19:30 +01:00
main_spec.lua feat(highlight): update default color scheme 2023-12-02 18:53:19 +02:00
path_spec.lua refactor(test): cleanup #25614 2023-10-12 07:04:16 -07:00
remote_spec.lua fix(startup): make recovery mode work without --headless (#24477) 2023-07-25 19:02:39 +08:00
spellfile_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
startup_spec.lua feat(remote): avoid --remote-ui infinite loop (#24465) 2023-08-13 14:14:08 +08:00