Skip to content

Commit

Permalink
Merge branch 'testExclusionList' of github.com:ddrechse/parse-server …
Browse files Browse the repository at this point in the history
…into testExclusionList
  • Loading branch information
ddrechse committed Oct 13, 2023
2 parents d91d6b7 + 953aecf commit 853cc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 853cc93

Please sign in to comment.