Skip to content

Commit

Permalink
Skip failing cypress test
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley committed Nov 19, 2020
1 parent f2ad337 commit 8d9e383
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ const expectedEditedtags = editedRule.tags.join('');
const expectedEditedIndexPatterns =
editedRule.index && editedRule.index.length ? editedRule.index : indexPatterns;

describe('Custom detection rules creation', () => {
// SKIP: https://github.com/elastic/kibana/issues/83769
describe.skip('Custom detection rules creation', () => {
before(() => {
esArchiverLoad('timeline');
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import { DETECTIONS_URL } from '../urls/navigation';

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

describe('Export rules', () => {
// SKIP: https://github.com/elastic/kibana/issues/83769
describe.skip('Export rules', () => {
before(() => {
esArchiverLoad('export_rule');
cy.server();
Expand Down

0 comments on commit 8d9e383

Please sign in to comment.