Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 168856-field-list-drag-handle-v2
Browse files Browse the repository at this point in the history
kibanamachine authored Dec 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 0c42380 + 557f1c4 commit 92f63b5
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/skip-failed-test.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
uses: ./actions/permission-check
with:
permission: admin
teams: appex-qa
teams: appex-qa, security-solution-test-skippers
token: ${{secrets.KIBANAMACHINE_TOKEN}}

- name: Checkout kibana-operations
Original file line number Diff line number Diff line change
@@ -51,7 +51,10 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
.set('kbn-xsrf', 'true');
};

describe('For each artifact list under management', function () {
// Flaky: https://github.com/elastic/kibana/issues/173682
// FLAKY: https://github.com/elastic/kibana/issues/173681
// FLAKY: https://github.com/elastic/kibana/issues/173682
describe.skip('For each artifact list under management', function () {
targetTags(this, ['@ess', '@serverless']);

this.timeout(60_000 * 5);

0 comments on commit 92f63b5

Please sign in to comment.