[unit test] Complete FUSE unit tests #22
All checks were successful
Blockstorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-20 08:53:16 -05:00
parent 29648af9ba
commit a837ee6bc9

View File

@@ -166,8 +166,8 @@ TYPED_TEST(fuse_test, ftruncate_fails_if_file_is_read_only) {
this->unlink_file_and_test(src); this->unlink_file_and_test(src);
} }
/*
// TODO revisit tests // TODO revisit tests
/*
TYPED_TEST(fuse_test, ftruncate_on_ro_mount_erofs_or_skip) { TYPED_TEST(fuse_test, ftruncate_on_ro_mount_erofs_or_skip) {
if (this->current_provider != provider_type::sia) if (this->current_provider != provider_type::sia)
return; return;