Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL committed Oct 5, 2024
1 parent e78fd88 commit b71182f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion e2e-tests/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
) {
Expand Down
3 changes: 0 additions & 3 deletions environments/elk-ror/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b71182f

Please sign in to comment.