ci: Fix test exclusion list in combination with other exclusions (#9277)
This commit is contained in:
@@ -68,7 +68,7 @@ describe('Uniqueness', function () {
|
||||
});
|
||||
});
|
||||
|
||||
it_id('802650a9-a6db-447e-88d0-8aae99100088')('fails when attempting to ensure uniqueness of fields that are not currently unique', done => {
|
||||
it_id('802650a9-a6db-447e-88d0-8aae99100088')(it)('fails when attempting to ensure uniqueness of fields that are not currently unique', done => {
|
||||
const o1 = new Parse.Object('UniqueFail');
|
||||
o1.set('key', 'val');
|
||||
const o2 = new Parse.Object('UniqueFail');
|
||||
|
||||
Reference in New Issue
Block a user