diff --git a/e2e-tests/cypress/support/commands.ts b/e2e-tests/cypress/support/commands.ts index 6d54deb..a7f4ee4 100644 --- a/e2e-tests/cypress/support/commands.ts +++ b/e2e-tests/cypress/support/commands.ts @@ -141,7 +141,6 @@ Cypress.on('uncaught:exception', (err, runnable) => { err.message.includes('Unexpected token') || // Sometimes kibana js file chunks are not available, app works as expected but throw unhandled errors which fail the tests err.message.includes('ScopedHistory instance has fell out of navigation scope for basePath') || err.message.includes("Cannot read properties of undefined (reading 'includes')") || // kibana 8.7.0 throws this error - err.message.includes("Cannot read properties of undefined (reading 'type')") || // kibana 7.x throws this error when run with ECK err.message.includes('Markdown content is required in [readOnly] mode') || // kibana 8.13.0 throws this error on sample data canvas open err.message.includes('e.toSorted is not a function') // kibana 8.15.0 throws this error on report generation ) { diff --git a/environments/elk-ror/docker-compose.yml b/environments/elk-ror/docker-compose.yml index 255e9e2..da1ceb0 100644 --- a/environments/elk-ror/docker-compose.yml +++ b/environments/elk-ror/docker-compose.yml @@ -22,9 +22,6 @@ services: - bootstrap.memory_lock=true # for a sake of debugging and profiling - "ES_JAVA_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5000 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9010 -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.rmi.port=9010 -Djava.rmi.server.hostname=127.0.0.1" - - KIBANA_SERVICE_ACCOUNT_TOKEN=UNUSED - - INTERNAL_PROBE_PASS=UNUSED - - INTERNAL_USR_PASS=UNUSED healthcheck: test: [ "CMD", "curl", "-fk", "-u", "kibana:kibana", "https://localhost:9200/_cluster/health" ] interval: 10s