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

Remove failing tests from test runs temporarily to get builds running: skip unittest.test.ts #2691

Merged
merged 1 commit into from
Sep 26, 2018

Conversation

d3r3kk
Copy link

@d3r3kk d3r3kk commented Sep 26, 2018

Workaround for #2684 until we get to the root cause.

  • unittest.test.ts is failing with the ECONNRESET somewhere in the method.

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)

  • Title summarizes what is changing

  • Has a news entry file (remember to thank yourself!)

  • Has unit tests & system/integration tests

  • Any new/changed dependencies in package.json are pinned (e.g. "1.2.3", not "^1.2.3" for the specified version)

  • package-lock.json has been regenerated by running npm install (if dependencies have changed)

Workaround for microsoft#2684 until we get to the root cause.

- unittest.test.ts is failing with the ECONNRESET somewhere in the  method.
@DonJayamanne
Copy link

Please create a specific issue for the test that has been disabled.
Issue #2684 is too generic and that cannot be used to track the test that has been disabled.

Copy link

@DonJayamanne DonJayamanne left a comment

Choose a reason for hiding this comment

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

Please create a separate issue for the disabled test.

//tslint:disable-next-line:no-invalid-this
this.skip();

return;

Choose a reason for hiding this comment

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

fyi - you can change this to a single line return this.skip();
That's what i do. No need to change.

Copy link
Author

Choose a reason for hiding this comment

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

Noted, thanks.

@d3r3kk
Copy link
Author

d3r3kk commented Sep 26, 2018

#2692 to track the re-enabling of this test suite.

@d3r3kk d3r3kk merged commit dbac51b into microsoft:master Sep 26, 2018
@d3r3kk d3r3kk deleted the fix_ci_no_logs branch December 19, 2018 17:57
@lock lock bot locked as resolved and limited conversation to collaborators Jul 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants