Skip to content

Commit

Permalink
Unskipping tests and updating es archiver data
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Nov 19, 2020
1 parent 0d75832 commit c150217
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ import { loginAndWaitForPage } from '../tasks/login';

import { DETECTIONS_URL } from '../urls/navigation';

// FLAKY: https://github.com/elastic/kibana/issues/83773
describe.skip('Alerts', () => {
describe('Alerts', () => {
context('Closing alerts', () => {
beforeEach(() => {
esArchiverLoad('alerts');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ const expectedEditedtags = editedRule.tags.join('');
const expectedEditedIndexPatterns =
editedRule.index && editedRule.index.length ? editedRule.index : indexPatterns;

// SKIP: https://github.com/elastic/kibana/issues/83769
describe.skip('Custom detection rules creation', () => {
describe('Custom detection rules creation', () => {
before(() => {
esArchiverLoad('timeline');
});
Expand Down Expand Up @@ -216,8 +215,7 @@ describe.skip('Custom detection rules creation', () => {
});
});

// FLAKY: https://github.com/elastic/kibana/issues/83793
describe.skip('Custom detection rules deletion and edition', () => {
describe('Custom detection rules deletion and edition', () => {
beforeEach(() => {
esArchiverLoad('custom_rules');
loginAndWaitForPageWithoutDateRange(DETECTIONS_URL);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import { DETECTIONS_URL } from '../urls/navigation';

const EXPECTED_EXPORTED_RULE_FILE_PATH = 'cypress/test_files/expected_rules_export.ndjson';

// SKIP: https://github.com/elastic/kibana/issues/83769
describe.skip('Export rules', () => {
describe('Export rules', () => {
before(() => {
esArchiverLoad('export_rule');
cy.server();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import { loginAndWaitForPage } from '../tasks/login';

import { DETECTIONS_URL } from '../urls/navigation';

// FLAKY: https://github.com/elastic/kibana/issues/83771
describe.skip('Alerts timeline', () => {
describe('Alerts timeline', () => {
beforeEach(() => {
esArchiverLoad('timeline_alerts');
loginAndWaitForPage(DETECTIONS_URL);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import { loginAndWaitForPageWithoutDateRange } from '../tasks/login';

import { CASES_URL } from '../urls/navigation';

// FLAKY: https://github.com/elastic/kibana/issues/65278
describe.skip('Cases connectors', () => {
describe('Cases connectors', () => {
before(() => {
cy.server();
cy.route('POST', '**/api/actions/action').as('createConnector');
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@
"throttle": {
"type": "keyword"
},
"updatedAt": {
"type": "date"
},
"updatedBy": {
"type": "keyword"
},
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@
"throttle": {
"type": "keyword"
},
"updatedAt": {
"type": "date"
},
"updatedBy": {
"type": "keyword"
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@
"throttle": {
"type": "keyword"
},
"updatedAt": {
"type": "date"
},
"updatedBy": {
"type": "keyword"
}
Expand Down

0 comments on commit c150217

Please sign in to comment.