diff --git a/js/tests/race_test.js b/js/tests/race_test.js index d971a9c7..5834c89f 100644 --- a/js/tests/race_test.js +++ b/js/tests/race_test.js @@ -1,4 +1,6 @@ -Promise.race = undefined +// @davhojt commented out Promise.race as a quick fix. +// @eslopfer is working on a fix on a fix on branch: DEV-4309-race-bring-issue-from-public +// Promise.race = undefined // /*/ // ⚡ export const tests = [] const t = (f) => tests.push(f)