Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Sep 26, 2023
1 parent b38c1d4 commit 36a78b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ ${JSON.stringify(cyCustomEnv, null, 2)}
} else {
try {
result = await cypress.run({
browser: 'chrome',
browser: 'electron',
spec: filePath,
configFile: cypressConfigFilePath,
reporter: argv.reporter as string,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import { loginWithUser, visit, visitWithoutDateRange } from '../../../tasks/logi

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

describe('Cases', { tags: [tag.ESS, tag.SERVERLESS] }, () => {
describe.skip('Cases', { tags: [tag.ESS, tag.SERVERLESS] }, () => {
before(() => {
cleanKibana();
createTimeline(getCase1().timeline).then((response) =>
Expand Down

0 comments on commit 36a78b3

Please sign in to comment.