Skip to content

Commit

Permalink
Merge branch 'main' into task/skip-additional-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored Dec 19, 2023
2 parents 2a47f5e + dd765ab commit 1912446
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/skip-failed-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion test/functional/apps/discover/group1/_discover_histogram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const log = getService('log');
const queryBar = getService('queryBar');

describe('discover histogram', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/173586
describe.skip('discover histogram', function describeIndexTests() {
before(async () => {
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');
await esArchiver.load('test/functional/fixtures/es_archiver/long_window_logstash');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('index pattern edit', function () {
// FLAKY: https://github.com/elastic/kibana/issues/173625
describe.skip('index pattern edit', function () {
it('should update field list', async function () {
await PageObjects.settings.editIndexPattern(
'kibana_sample_data_flights',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const loginWithoutAccess = (url: string) => {
loadPage(url);
};

describe('Artifacts pages', { tags: ['@ess', '@serverless'] }, () => {
// Flaky: https://github.com/elastic/kibana/issues/171168
describe.skip('Artifacts pages', { tags: ['@ess', '@serverless'] }, () => {
let endpointData: ReturnTypeFromChainable<typeof indexEndpointHosts> | undefined;

before(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('Alert details flyout', { tags: ['@ess', '@serverless'] }, () => {
cy.task('esArchiverUnload', 'unmapped_fields');
});

it('should display user and system defined highlighted fields', () => {
it.skip('should display user and system defined highlighted fields', () => {
cy.get(SUMMARY_VIEW)
.should('be.visible')
.and('contain.text', 'event.kind')
Expand Down Expand Up @@ -161,7 +161,7 @@ describe('Alert details flyout', { tags: ['@ess', '@serverless'] }, () => {
cy.url().should('not.include', 'eventFlyout=');
});

it('should open the alert flyout when the page is refreshed', () => {
it.skip('should open the alert flyout when the page is refreshed', () => {
cy.get(OVERVIEW_RULE).should('be.visible');
cy.reload();
cy.get(OVERVIEW_RULE).should('be.visible');
Expand All @@ -172,7 +172,7 @@ describe('Alert details flyout', { tags: ['@ess', '@serverless'] }, () => {
cy.get(COPY_ALERT_FLYOUT_LINK).should('be.visible');
});

it('should have the `kibana.alert.url` field set', () => {
it.skip('should have the `kibana.alert.url` field set', () => {
openTable();
filterBy('kibana.alert.url');
cy.get('[data-test-subj="formatted-field-kibana.alert.url"]').should(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ describe('Changing alert status', { tags: ['@ess', '@brokenInServerless'] }, ()
});
});
});
// FLAKY: https://github.com/elastic/kibana/issues/173597
context.skip('Closing alerts', () => {
beforeEach(() => {
login();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
return tableData;
};

describe('endpoint list', function () {
// FLAKY: https://github.com/elastic/kibana/issues/170357
// FLAKY: https://github.com/elastic/kibana/issues/173670
describe.skip('endpoint list', function () {
targetTags(this, ['@ess', '@serverless']);

let indexedData: IndexedHostsAndAlertsResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
.delete(`${EXCEPTION_LIST_URL}?list_id=${listId}&namespace_type=agnostic`)
.set('kbn-xsrf', 'true');
};

// 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']);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const endpointTestResources = getService('endpointTestResources');
const retry = getService('retry');

describe('When on the Endpoint Policy Details Page', function () {
// FLAKY: https://github.com/elastic/kibana/issues/171653
// FLAKY: https://github.com/elastic/kibana/issues/171654
describe.skip('When on the Endpoint Policy Details Page', function () {
targetTags(this, ['@ess', '@serverless']);

let indexedData: IndexedHostsAndAlertsResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ export default function ({ getService }: FtrProviderContext) {
const supertestWithoutAuth = getService('supertestWithoutAuth');
const endpointTestResources = getService('endpointTestResources');

describe('Endpoint `execute` response action', function () {
// FLAKY: https://github.com/elastic/kibana/issues/171666
// FLAKY: https://github.com/elastic/kibana/issues/171667
describe.skip('Endpoint `execute` response action', function () {
targetTags(this, ['@ess', '@serverless']);

let indexedData: IndexedHostsAndAlertsResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export default function ({ getService }: FtrProviderContext) {
await cleanup({ esClient, logger });
});

describe('Rule creation', () => {
// FLAKY: https://github.com/elastic/kibana/issues/173653
describe.skip('Rule creation', () => {
it('creates rule successfully', async () => {
actionId = await alertingApi.createIndexConnector({
name: 'Index Connector: Slo Burn rate API test',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await pageObjects.svlCommonPage.forceLogout();
});

describe('Kubernetes Dashboard', () => {
// FLAKY: https://github.com/elastic/kibana/issues/168904
describe.skip('Kubernetes Dashboard', () => {
it('displays accurate summary compliance score', async () => {
const scoreElement = await dashboard.getKubernetesComplianceScore();

Expand Down

0 comments on commit 1912446

Please sign in to comment.