From db383d69b71ae5dab99e8e90699629c1a684f4ee Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Thu, 15 Apr 2021 11:37:07 +0100 Subject: Merge https://github.com/ned14/llfio/pull/77 into my current working tree and push the bits which are safe to push for now. --- test/tests/dynamic_thread_pool_group.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/tests/dynamic_thread_pool_group.cpp b/test/tests/dynamic_thread_pool_group.cpp index dcaf292a..0c2b6dad 100644 --- a/test/tests/dynamic_thread_pool_group.cpp +++ b/test/tests/dynamic_thread_pool_group.cpp @@ -346,6 +346,10 @@ static inline void TestDynamicThreadPoolGroupNestingWorks() static inline void TestDynamicThreadPoolGroupIoAwareWorks() { + if(getenv("CI") != nullptr) + { + return; + } namespace llfio = LLFIO_V2_NAMESPACE; static constexpr size_t WORK_ITEMS = 1000; static constexpr size_t IO_SIZE = 1 * 65536; -- cgit v1.2.3