Closed abetomo closed 1 month ago
The test itself succeeds, but fails with the following error when deleting the index file created by save() in afterEach().
error: "EBUSY: resource busy or locked, unlink 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\usearch.test.index'"
Since it is only in Winodws that it fails, we will skip it on Winodws for now. We will continue to investigate the solution.
Maybe the file opened with view() is not closed, but I couldn't find a solution right away, so I skipped it for now.
Related: #503
The test itself succeeds, but fails with the following error when deleting the index file created by save() in afterEach().
Since it is only in Winodws that it fails, we will skip it on Winodws for now. We will continue to investigate the solution.