We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e28b3 commit 226b1c9Copy full SHA for 226b1c9
src/test-runs/test-runs.service.ts
@@ -227,7 +227,6 @@ export class TestRunsService {
227
const baseline = this.staticService.getImage(testRun.baselineName);
228
const image = this.staticService.getImage(imageName);
229
230
- // combine ignore areas from testVarition together with testRun request
231
let ignoreAreas: IgnoreAreaDto[] = JSON.parse(testVariation.ignoreAreas);
232
if (createTestRequestDto.ignoreAreas?.length > 0) {
233
ignoreAreas = ignoreAreas.concat(createTestRequestDto.ignoreAreas);
0 commit comments