-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: skip data race tests with
-skip
flag (#2204)
Closes #1964 via the **short term** approach. [Go 1.20](https://tip.golang.org/doc/go1.20#go-command) introduced the `-skip` flag and this PR skips all the tests that were previously skipped via `-short` when `make test-race` is run. It is possible that some of these tests don't contain data races in which case they can be removed from the argument to `-skip` in future PRs.
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters