Skip to content

Failing test: Security Solution Cypress.x-pack/solutions/security/plugins/security_solution/public/management/cypress/e2e/response_actions/response_console/file_operations·cy·ts - Response console File operations: "get-file --path" - should retrieve a file "get-file --path" - should retrieve a file #138033

Failing test: Security Solution Cypress.x-pack/solutions/security/plugins/security_solution/public/management/cypress/e2e/response_actions/response_console/file_operations·cy·ts - Response console File operations: "get-file --path" - should retrieve a file "get-file --path" - should retrieve a file

Failing test: Security Solution Cypress.x-pack/solutions/security/plugins/security_solution/public/management/cypress/e2e/response_actions/response_console/file_operations·cy·ts - Response console File operations: "get-file --path" - should retrieve a file "get-file --path" - should retrieve a file #138033

on:
issues:
types:
- labeled
jobs:
issue_commented:
name: Label failed test issue
if: |
!github.event.issue.pull_request
&& github.event.label.name == 'failed-test'
runs-on: ubuntu-latest
steps:
- name: Checkout kibana-operations
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: 'elastic/kibana-operations'
ref: main
path: ./kibana-operations
token: ${{secrets.KIBANAMACHINE_TOKEN}}
- name: Label failed test issue
working-directory: ./kibana-operations/triage
env:
GITHUB_TOKEN: ${{secrets.KIBANAMACHINE_TOKEN}}
SLACK_TOKEN: ${{secrets.SLACK_TOKEN_FAILED_TEST_NOTIFIER}}
run: |
npm ci --omit=dev
node failed-test-label ${{github.event.issue.number}} || true