Details
Description
There are unit tests that require native PMDK libraries which aren't checking if the library is available, resulting in unsuccessful test. Adding the following in the test setup addresses the problem.
assumeTrue ("Requires PMDK", NativeIO.POSIX.isPmdkAvailable());