skip flaky tests tests for now

main
Mike Fix 6 years ago
parent 47476c3526
commit d426934c19

@ -1,6 +1,6 @@
/* global cy,before,after */
import { environment } from '../../util'
describe('Visual Regression Testing', () => {
describe.skip('Visual Regression Testing', () => {
before(() => {
cy.eyesOpen({
appName: 'Carbon',

@ -1,6 +1,6 @@
/* global cy,before,after */
import { environment } from '../../util'
describe('Visual Regression Testing', () => {
describe.skip('Visual Regression Testing', () => {
before(() => {
cy.eyesOpen({
appName: 'Carbon',

@ -1,6 +1,8 @@
/* global cy,before,after */
import { environment } from '../../util'
describe('Visual Regression Testing', () => {
// TODO: remove .skip - Applitools is not working right now
describe.skip('Visual Regression Testing', () => {
before(() => {
cy.eyesOpen({
appName: 'Carbon',

Loading…
Cancel
Save