ci: Fix test exclusion list in combination with other exclusions (#9277)

This commit is contained in:
Manuel
2024-08-13 22:13:19 +02:00
committed by GitHub
parent 9fd707092e
commit 9552a4cbee
42 changed files with 281 additions and 293 deletions

View File

@@ -62,7 +62,7 @@ describe('Parse.Polygon testing', () => {
}, done.fail);
});
it_id('3019353b-d5b3-4e53-bcb1-716418328bdd')('polygon equalTo (open/closed) path', done => {
it_id('3019353b-d5b3-4e53-bcb1-716418328bdd')(it)('polygon equalTo (open/closed) path', done => {
const openPoints = [
[0, 0],
[0, 1],