Skip to content

Commit

Permalink
Skip sample model load E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oo-bldrs committed Oct 12, 2023
1 parent 40bd7c8 commit 4438723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/ifc-model/load-sample-model.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ describe('sample models', () => {
const REMOTE_IFC_FIXTURE = 'TestFixture.ifc'
const REQUEST_SUCCESS_CODE = 200

context('when no model is loaded', () => {
context.skip('when no model is loaded', () => {
beforeEach(() => {
cy.setCookie('isFirstTime', 'false')
cy.visit('/')
Expand Down

0 comments on commit 4438723

Please sign in to comment.