We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006c794 commit 6a4aa67Copy full SHA for 6a4aa67
cypress/integration/01_api-spec.js
@@ -1,7 +1,7 @@
1
/// <reference types="Cypress" />
2
3
context('Talking to the api directly', () => {
4
- describe('API version', () => {
+ describe.skip('API version', () => {
5
before(function() {
6
cy.connect();
7
cy.visit('/');
cypress/integration/02_eval_spec.js
@@ -1,5 +1,5 @@
-context('Evaluation', () => {
+context.skip('Evaluation', () => {
before(() => {
cy.visit('/')
.get('#theia-top-panel')
0 commit comments