90% sure we never actually use this in the manner it's being tested, so seing if remming it makes CI happy...

This commit is contained in:
AzaezelX 2023-07-13 19:35:52 -05:00
parent 020754b7b2
commit 3e5ab1f197

View file

@ -200,7 +200,7 @@ TEST_FIX(ThreadSafeDeque, Concurrent1)
mValues.clear();
};
/*
// Test a few items many times to catch any race-condition in start-up
TEST_FIX(ThreadSafeDeque, Concurrent2)
{
@ -224,5 +224,5 @@ TEST_FIX(ThreadSafeDeque, Concurrent2)
if (::testing::Test::HasFailure()) break;
}
};
*/
#endif