chore: enable ContendExpire (#2563)

chore: enable ContendExpire unit test

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
Roman Gershman 2024-02-08 17:30:54 +02:00 committed by GitHub
parent 9912df09ae
commit 4860c8eac2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -863,8 +863,6 @@ TEST_F(ListFamilyTest, OtherMultiWakesBLpop) {
}
TEST_F(ListFamilyTest, ContendExpire) {
GTEST_SKIP() << "Skipped due to a bug in helio";
vector<fb2::Fiber> blpop_fibers;
for (unsigned i = 0; i < num_threads_; ++i) {
for (unsigned j = 0; j < 30; ++j) {