mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-25 15:14:46 +00:00
Merge pull request #1212 from Azaezel/alpah41/UnitTestTrouble
supress concurent threadsafedeque test as invalid
This commit is contained in:
commit
2fe2e7925e
|
|
@ -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 = 50;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue