Skip to content

Commit 6a4aa67

Browse files
committed
ignore(api+eval_spec): skip tests
1 parent 006c794 commit 6a4aa67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress/integration/01_api-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// <reference types="Cypress" />
22

33
context('Talking to the api directly', () => {
4-
describe('API version', () => {
4+
describe.skip('API version', () => {
55
before(function() {
66
cy.connect();
77
cy.visit('/');

cypress/integration/02_eval_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference types="Cypress" />
2-
context('Evaluation', () => {
2+
context.skip('Evaluation', () => {
33
before(() => {
44
cy.visit('/')
55
.get('#theia-top-panel')

0 commit comments

Comments
 (0)