forked from TrueCloudLab/frostfs-node
[#668] shard/test: Disable GC where it is not needed
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
42696016de
commit
382eb8a485
2 changed files with 9 additions and 2 deletions
|
@ -75,7 +75,7 @@ func Test_ObjectNotFoundIfNotDeletedFromMetabase(t *testing.T) {
|
|||
}
|
||||
|
||||
sh = New(opts...)
|
||||
|
||||
sh.gcCfg.testHookRemover = func(context.Context) gcRunResult { return gcRunResult{} }
|
||||
require.NoError(t, sh.Open())
|
||||
require.NoError(t, sh.Init(context.Background()))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue