diff --git a/spec/helper.js b/spec/helper.js index faf1412d02..ab7b45f843 100644 --- a/spec/helper.js +++ b/spec/helper.js @@ -439,7 +439,7 @@ try { } } -// Bypass test if Test UUID found in testExclusionList +// Disable test if its UUID is found in testExclusionList global.it_id = id => { if (testExclusionList.includes(id)) { return xit;