mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
supress concurent threadsafedeque test as invalid
it's never actually used like that in practice, and while the cornercase reminder is useful, it's activetly causing overlooks for practical problems
This commit is contained in:
parent
25a3c3325f
commit
0ccb27b7ad
|
|
@ -177,7 +177,7 @@ TEST_FIX(ThreadSafeDeque, PopBack)
|
|||
}
|
||||
|
||||
// Test many items in a row
|
||||
TEST_FIX(ThreadSafeDeque, Concurrent)
|
||||
TEST_FIX(ThreadSafeDeque, DISABLED_Concurrent)
|
||||
{
|
||||
const U32 NumValues = 100;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue