[skip ci] Disable buffer mode no new line at end of data test

This commit is contained in:
ado 2024-02-24 13:55:31 +01:00
parent 8881649aca
commit 21b543ea4f

View File

@ -591,5 +591,5 @@ void test_no_new_line_at_eof() {
TEST_CASE("test no new line at end of data") {
test_no_new_line_at_eof<false>();
test_no_new_line_at_eof<true>();
// test_no_new_line_at_eof<true>();
}