Skip to content

Commit

Permalink
cypress: skip another test. tracked in issue bldrs-ai#1269
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-mayrgundter committed Nov 23, 2024
1 parent 2cef4a1 commit fd40308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cypress/e2e/open/100/open-project-from-gh-link.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ describe('Open 100: Open Project From GitHub Link', () => {
.type('https://github.com/Swiss-Property-AG/Momentum-Public/blob/main/Momentum.ifc{enter}')
})

it('Model loads - Screen', () => {
// TODO(https://github.com/bldrs-ai/Share/issues/1269): fix and re-enable
it.skip('Model loads - Screen', () => {
waitForModelReady(interceptTag)
cy.percySnapshot()
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bldrs",
"version": "1.0.1163",
"version": "1.0.1165",
"main": "src/index.jsx",
"license": "AGPL-3.0",
"homepage": "https://github.com/bldrs-ai/Share",
Expand Down

0 comments on commit fd40308

Please sign in to comment.