Merged PR 25852: Temporary fix to address false positives for missing QA tests

Temporary fix to address false positives for missing QA tests
This commit is contained in:
Ouellette Jonathan (CSC FI SPS MESLEO)
2025-09-16 00:03:32 +00:00
parent c316aa9164
commit 0872e88869

View File

@ -429,8 +429,10 @@ Service GetQAMetComplete(WOMatKey)
Results = QAMetRec<WO_MAT_QA_RESULT$> Results = QAMetRec<WO_MAT_QA_RESULT$>
StageCount = DCount(Stages, @VM) StageCount = DCount(Stages, @VM)
For I = 1 to StageCount For I = 1 to StageCount
If Results<1,I> EQ '' then If Stages<1, I> NE '' then
Response = False$ If Results<1,I> EQ '' then
Response = False$
end
end end
Until Response EQ False$ Until Response EQ False$
Next I Next I
@ -495,3 +497,4 @@ Service GetMUWaferQAComplete(WOMatKey)
end service end service