Merge pull request #1212 from Azaezel/alpah41/UnitTestTrouble

supress concurent threadsafedeque test as invalid
This commit is contained in:
Brian Roberts 2024-02-10 10:48:39 -06:00 committed by GitHub
commit 2fe2e7925e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;