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

test: only run IE11 tests in appveyor #1571

Merged
merged 1 commit into from May 15, 2019
Merged

test: only run IE11 tests in appveyor #1571

merged 1 commit into from May 15, 2019

Conversation

straker
Copy link
Contributor

@straker straker commented May 15, 2019

Our appveyor account only has a queue of 1, so we can only do one job at a time. With the full suite taking 10ish minutes to complete and allowing 3 times for failures, we're getting backed up having to run appveyor for each commit against both the branch and develop.

Since we're already running the mocha tests in CircleCI, we can just focus on running the IE tests in appveyor to cover our missing test browser while speeding up the appveyor tests.

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

  • Follows the commit message policy, appropriate for next version
  • Has documentation updated, a DU ticket, or requires no documentation change
  • Includes new tests, or was unnecessary
  • Code is reviewed for security by: Stephen

@straker straker requested a review from a team May 15, 2019 18:02
Copy link
Member

@stephenmathieson stephenmathieson left a comment

Choose a reason for hiding this comment

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

LGTM! Please clear this with @scurker tho.

Copy link
Member

@scurker scurker left a comment

Choose a reason for hiding this comment

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

Steve and I discussed this. I'm okay with moving forward.

@straker straker merged commit 35261ef into develop May 15, 2019
@straker straker deleted the appveyorRestrictIE branch May 15, 2019 18:36
stephenmathieson added a commit that referenced this pull request May 16, 2019
* develop:
  test: fix test for Safari (#1557)
  test: fix flakey test (#1573)
  test: fix tests failing in IE11 (#1570)
  test: only run IE11 tests in appveyor (#1571)
  chore: run prettier and format (#1568)
  test: disable es6 syntax usage within tests directory (#1569)
  feat(rule): add additional elements to check for incomplete with required children (#1547)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants