Skip to content

Commit

Permalink
Ignore README verification errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymeng committed Dec 7, 2020
1 parent 118320d commit aa5f460
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions eng/.docsettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ known_content_issues:
- ["sdk/synapse/synapse/README.md",  "#1583"]
- ["sdk/template/template/README.md",  "#1583"]
- ["sdk/test-utils/recorder/README.md",  "#1583"]
- ["sdk/test-utils/multi-version/README.md", "#1583"]
- ["sdk/test-utils/perfstress/CHANGELOG.md", "#1583"]

package_indexing_exclusion_list:
Expand Down
6 changes: 3 additions & 3 deletions sdk/test-utils/multi-version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ If all your tests can run across all supported service API versions then this is
### Override supported versions for tests
By default, a test suite or test case is executed against each `serviceVersion`. Optionally one can
also use `onVersions()` to specify a list (`ReadOnlyArray<string>`) or a range (`{minVer?: string,
maxVer?: string }`) of supported versions for selected test suites or test cases:
also use `onVersions()` to specify a list (`ReadOnlyArray<string>`) or a range (`{minVer?: string, maxVer?: string }`) of supported versions for selected test suites or test cases:
```javascript
// Test author must ensure the list of versions are ordered from oldest to latest.
Expand Down Expand Up @@ -210,7 +209,8 @@ versionsToTest(
{ versionForRecording: "7.1" },
(serviceVersion, onVersions) => {
// ...
});
}
);
```
## Troubleshooting
Expand Down

0 comments on commit aa5f460

Please sign in to comment.