From aa25714d43716a857219d42796ade19de6c5ef70 Mon Sep 17 00:00:00 2001 From: pkova Date: Tue, 17 Sep 2024 02:11:41 +0300 Subject: [PATCH] Remove comment from core sync tests now that they're fixed --- tests/core/sync/test_core_sync.odin | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/core/sync/test_core_sync.odin b/tests/core/sync/test_core_sync.odin index fdd865686..d6a7a9517 100644 --- a/tests/core/sync/test_core_sync.odin +++ b/tests/core/sync/test_core_sync.odin @@ -4,9 +4,6 @@ // Keep in mind that running with the debug logs uncommented can result in // failures disappearing due to the delay of sending the log message causing // different synchronization patterns. -// -// These tests are temporarily disabled on Darwin, as there is currently a -// stall occurring which I cannot debug. package test_core_sync