private void TestGetResourceCore()
        {
            if (linuxProtectedMemoryAllocator == null)
            {
                return;
            }

            Assert.Equal(4, linuxProtectedMemoryAllocator.GetRlimitCoreResource());
        }
        private void TestGetResourceCore()
        {
            Skip.IfNot(RuntimeInformation.IsOSPlatform(OSPlatform.Linux));

            Assert.Equal(4, linuxProtectedMemoryAllocator.GetRlimitCoreResource());
        }