Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip preallocate tests on windows (elastic#110998)
The preallocate tests assumed that preallocation was using the fallback implementation which calls setLength on Windows. However, that fallback only happens inside the SharedBytes class, so windows doesn't actually do anything when tryPreallocate is called. This commit skips the test on windows. closes elastic#110948
- Loading branch information