Skip to content

Commit 09c5006

Browse files
committed
mgr/dashboard: disable applitools e2e
Temporarily disabling this so the CI could turn green. Meanwhile I'll research for a proper way to handle the applitools e2es which I'll track on https://tracker.ceph.com/issues/64783 Signed-off-by: Nizamudeen A <[email protected]>
1 parent d0fcaf0 commit 09c5006

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pybind/mgr/dashboard/frontend/cypress/e2e/visualTests/dashboard.vrt-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { LoginPageHelper } from '../ui/login.po';
22

3-
describe('Dashboard Landing Page', () => {
3+
describe.skip('Dashboard Landing Page', () => {
44
const login = new LoginPageHelper();
55

66
beforeEach(() => {

src/pybind/mgr/dashboard/frontend/cypress/e2e/visualTests/login.vrt-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
describe('Login Page', () => {
1+
describe.skip('Login Page', () => {
22
beforeEach(() => {
33
cy.visit('#/login');
44
cy.eyesOpen({

0 commit comments

Comments
 (0)