Skip to content

Commit 853cc93

Browse files
committed
Merge branch 'testExclusionList' of github.com:ddrechse/parse-server into testExclusionList
2 parents d91d6b7 + 953aecf commit 853cc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ try {
439439
}
440440
}
441441

442-
// Bypass test if Test UUID found in testExclusionList
442+
// Disable test if its UUID is found in testExclusionList
443443
global.it_id = id => {
444444
if (testExclusionList.includes(id)) {
445445
return xit;

0 commit comments

Comments
 (0)