Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cypress] Disable chromeWebSecurity globally #7853

Merged

Conversation

graceguo-supercat
Copy link

CATEGORY

Choose one

  • Bug Fix
  • Enhancement (new features, refinement)
  • Refactor
  • Add tests
  • Build / Development Environment
  • Documentation

SUMMARY

This PR is trying to resolve the same issue in #7552. In the old PR we disable chromeWebSecurity in single test file, but recently we saw a few build failure caused by this same root cause. So this PR will set disable chromeWebSecurity globally (and see if this can fix the flaky tests).

TEST PLAN

ci.

REVIEWERS

@mistercrunch

Copy link
Member

@etr2460 etr2460 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@@ -5,6 +5,7 @@
"ignoreTestFiles": ["**/!(*.test.js)"],
"projectId": "fbf96q",
"defaultCommandTimeout": 10000,
"chromeWebSecurity": false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe sort in abc order? cc @john-bodley ;)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorted now.

@codecov-io
Copy link

codecov-io commented Jul 13, 2019

Codecov Report

Merging #7853 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7853   +/-   ##
=======================================
  Coverage   65.79%   65.79%           
=======================================
  Files         461      461           
  Lines       22097    22097           
  Branches     2423     2423           
=======================================
  Hits        14539    14539           
  Misses       7437     7437           
  Partials      121      121

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fc8268b...8995dd9. Read the comment docs.

@graceguo-supercat graceguo-supercat merged commit eed99b1 into apache:master Jul 15, 2019
alex-mark pushed a commit to alex-mark/incubator-superset that referenced this pull request Jul 29, 2019
@graceguo-supercat graceguo-supercat deleted the gg-SetCypressGlobalSettings branch August 8, 2019 20:39
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.34.0 labels Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/XS 🚢 0.34.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants