Skip to content

Commit

Permalink
Apply PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed May 14, 2021
1 parent 3133fdf commit 011995f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ When the test suites fail:
If existing test suites fail without any code changes, please determine the following:

- Test suites always fail, even after repeated runs
1. The service may have been updated, causing the test suite failures. Please [file an issue](https://github.com/microsoft/BotFramework-WebChat/issues/new/choose) on the Web Chat repository.
- The service may have been updated, causing the test suite failures. Please [file an issue](https://github.com/microsoft/BotFramework-WebChat/issues/new/choose) on the Web Chat repository.
- Test suites fail intermittently
1. Service reliability problems (e.g. for DirectLine, or Mockbot) may be the cause. Please [file an issue](https://github.com/microsoft/BotFramework-WebChat/issues/new/choose) on the Web Chat repository.
1. Test reliability problems may be the cause. If so, please comment on [#2938](https://github.com/microsoft/BotFramework-WebChat/issues/2938) and include:
- Failing test names/files
- Failing screencaps, if available. These images can be retrieved from `__diff_output__`
- Error messages
- Service reliability problems (e.g. for DirectLine, or Mockbot) may be the cause. Please [file an issue](https://github.com/microsoft/BotFramework-WebChat/issues/new/choose) on the Web Chat repository.
- Test reliability problems may be the cause. If so, please comment on [#2938](https://github.com/microsoft/BotFramework-WebChat/issues/2938) and include:
- Failing test names/files
- Failing screencaps, if available. These images can be retrieved from `__diff_output__`
- Error messages

To debug race conditions:

Expand Down

0 comments on commit 011995f

Please sign in to comment.