Skip to content
Snippets Groups Projects
Commit 2c09ace0 authored by OZGCloud's avatar OZGCloud
Browse files

skip ea search test; disable ea elastic

parent f9db1869
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ import { enterWith, exist, notExist } from '../../../support/cypress.util'; ...@@ -32,7 +32,7 @@ import { enterWith, exist, notExist } from '../../../support/cypress.util';
import { UserRoleE2E, loginAsEmil } from '../../../support/user-util'; import { UserRoleE2E, loginAsEmil } from '../../../support/user-util';
import { buildVorgang, createVorgang, initSearchIndex, initVorgaenge, objectIds } from '../../../support/vorgang-util'; import { buildVorgang, createVorgang, initSearchIndex, initVorgaenge, objectIds } from '../../../support/vorgang-util';
describe('VorgangList Suche for EA User', () => { describe.skip('VorgangList Suche for EA User', () => {
const mainPage: MainPage = new MainPage(); const mainPage: MainPage = new MainPage();
const vorgangList: VorgangListE2EComponent = mainPage.getVorgangList(); const vorgangList: VorgangListE2EComponent = mainPage.getVorgangList();
const header: HeaderE2EComponent = mainPage.getHeader(); const header: HeaderE2EComponent = mainPage.getHeader();
......
...@@ -25,7 +25,7 @@ pluto: ...@@ -25,7 +25,7 @@ pluto:
env: env:
overrideSpringProfiles: "oc,e2e,dev" overrideSpringProfiles: "oc,e2e,dev"
elasticsearch: elasticsearch:
enabled: true enabled: false
password: "Test3456!" password: "Test3456!"
replicaCount: 1 replicaCount: 1
ozgcloud: ozgcloud:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment