Skip to content

Failing test: [MKI][QA][Periodic] Detection Engine - Exception Operators Text Types Integration Tests - Serverless Env - Essentials Tier.x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/text/basic_license_essentials_tier/text·ts - Detection Engine - Exceptions Text Types @serverless @serverlessQA @ess Rule exception operators for data type text "is one of" operator should filter 2 text if both are set as exceptions #133534

Failing test: [MKI][QA][Periodic] Detection Engine - Exception Operators Text Types Integration Tests - Serverless Env - Essentials Tier.x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/text/basic_license_essentials_tier/text·ts - Detection Engine - Exceptions Text Types @serverless @serverlessQA @ess Rule exception operators for data type text "is one of" operator should filter 2 text if both are set as exceptions

Failing test: [MKI][QA][Periodic] Detection Engine - Exception Operators Text Types Integration Tests - Serverless Env - Essentials Tier.x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/text/basic_license_essentials_tier/text·ts - Detection Engine - Exceptions Text Types @serverless @serverlessQA @ess Rule exception operators for data type text "is one of" operator should filter 2 text if both are set as exceptions #133534

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