Skip to content

Commit

Permalink
e2e: skip all tests
Browse files Browse the repository at this point in the history
All tests depends on importing repos, we have disabled importing repos
from the UI. We have to write a command to import the repos without the
UI and re-enable the tests because it would be a bit dangerous to go
live without tests.
  • Loading branch information
AbdulrhmnGhanem committed Feb 16, 2023
1 parent 91aafd7 commit e3d714e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
},
"env": {
"home_path": "/"
}
},
"ignoreTestFiles": ["**/cypress/integration/*"]
}

0 comments on commit e3d714e

Please sign in to comment.