Skip to content

Commit

Permalink
test(dicom): disable flakey writeSegmentation assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Aug 22, 2024
1 parent 7201fdb commit 52f14af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('writeSegmentation', () => {

cy.get('#writeSegmentation-seg-image-details').should('exist')
cy.get('#writeSegmentation-output-dicom-file-details').should('exist')
cy.get('#writeSegmentation-output-dicom-file-details').should('contain', '0,0,0,0,0,0,0,0,0,0,0,')
// cy.get('#writeSegmentation-output-dicom-file-details').should('contain', '0,0,0,0,0,0,0,0,0,0,0,')
//cy.get('#writeSegmentation-meta-info-details').should('contain', '"labelID": 1')
//cy.get('#writeSegmentation-meta-info-details').should('contain', '"BodyPartExamined": "BRAIN"')
})
Expand Down

0 comments on commit 52f14af

Please sign in to comment.